Konrad Biernacki ([email protected])
A utility for parsing GraphQL queries. Written with help from the excellent Point·Free.
Swift version of this library: kgbier/graphql-parser-swift
Current functionality is limited to understanding a GraphQL Query as detailed in the official spec, and producing an AST (abstract syntax tree).
- Does not support Unicode literals
- Does not support block strings