Fix parse ambiguity on types/extensions github.com/graphql/graphql-spec/pull/598
GitHub
Avoid parse ambiguity on types & extensions by leebyron · Pull Request #598 · graphql/graphql-specPartial fix to #564, adds lookahead constraints to type system extensions to remove ambiguity or inefficiency from the grammar. The GraphQL grammar should be parsed in linear type with at most one ...