graphql_parser 1.1.4 graphql_parser: ^1.1.4 copied to clipboard
Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
1.1.4 #
- Fix broken int variable parsing - https://github.com/angel-dart/graphql/pull/32
1.1.2 #
- Parse the
subscription
keyword.
1.1.1 #
- Pubspec updates for Dart 2.
1.1.0 #
- Removed
GraphQLVisitor
. - Enable parsing operations without an explicit name.
- Parse
null
. - Completely ignore commas.
- Ignore Unicode BOM, as per the spec.
- Parse object values.
- Parse enum values.