galileo_graphql_parser 3.0.0
galileo_graphql_parser: ^3.0.0 copied to clipboard
Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
3.0.0 #
- update dependencies
1.2.0 #
- Combine
ValueContextandVariableContextinto a singleInputValueContextsupertype.- Add
T computeValue(Map<String, dynamic> variables); - Resolve #23.
- Add
- Deprecate old
ValueOrVariableclass, and parser/AST methods related to it.
1.1.4 #
- Fix broken int variable parsing - https://github.com/galileo-dart/graphql/pull/32
1.1.2 #
- Parse the
subscriptionkeyword.
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.