Add June 2018 link to gql_parser
This commit is contained in:
parent
7385aacc59
commit
f945779834
1 changed files with 3 additions and 2 deletions
|
@ -21,11 +21,12 @@ dependencies:
|
|||
```
|
||||
|
||||
# Usage
|
||||
The AST featured in this library is directly based off this ANTLR4 grammar created by Joseph T. McBride:
|
||||
The AST featured in this library was originally directly based off this ANTLR4 grammar created by Joseph T. McBride:
|
||||
https://github.com/antlr/grammars-v4/blob/master/graphql/GraphQL.g4
|
||||
|
||||
It has since been updated to reflect upon the grammar in the official GraphQL
|
||||
specification.
|
||||
specification (
|
||||
[June 2018](https://facebook.github.io/graphql/June2018/)).
|
||||
|
||||
```dart
|
||||
import 'package:graphql_parser/graphql_parser.dart';
|
||||
|
|
Loading…
Reference in a new issue