graphql_parser2 2.0.0 copy "graphql_parser2: ^2.0.0" to clipboard
graphql_parser2: ^2.0.0 copied to clipboard

outdated

Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.

2.0.0 #

  • Migrated to support Dart SDK 2.12.x NNBD
  • Rename graphql_parser to graphql_parser2

1.2.0 #

  • Combine ValueContext and VariableContext into a single InputValueContext supertype.
    • Add T computeValue(Map<String, dynamic> variables);
    • Resolve #23.
  • Deprecate old ValueOrVariable class, and parser/AST methods related to it.

1.1.4 #

1.1.3 #

  • Add Parser.nextName, and remove all formerly-reserved words from the lexer. Resolves #19.

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.
0
likes
0
pub points
41%
popularity

Publisher

verified publisherdukefirehawk.com

Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

charcode, source_span, string_scanner

More

Packages that depend on graphql_parser2