PARSER@1.1.2
This commit is contained in:
parent
eb1db3c554
commit
0efb84c8e6
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.1.2
|
||||
* Parse the `subscription` keyword.
|
||||
|
||||
# 1.1.1
|
||||
* Pubspec updates for Dart 2.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: graphql_parser
|
||||
version: 1.1.1
|
||||
description: Parses GraphQL queries and schemas.
|
||||
version: 1.1.2
|
||||
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue