graphql-parser
graphql-parser copied to clipboard
Alias syntax
I think the alias syntax has changed to use a colon (https://facebook.github.io/graphql/#sec-Field-Alias) rather than "as". So a as b
is now written as b: a
.