From f9457798340570ff20e59aad220f4913a6870755 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 18 Apr 2019 10:44:37 -0400 Subject: [PATCH] Add June 2018 link to gql_parser --- graphql_parser/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphql_parser/README.md b/graphql_parser/README.md index 56a23f79..b90fa864 100644 --- a/graphql_parser/README.md +++ b/graphql_parser/README.md @@ -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';