Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 755 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 755 Bytes

GraphQLParser

Konrad Biernacki ([email protected])

Swift

A utility for parsing GraphQL queries. Written with help from the excellent Point·Free.

Kotlin version of this library: kgbier/graphql-parser-kotlin

Current functionality is limited to understanding a GraphQL Query as detailed in the official spec, and producing an AST (abstract syntax tree).

Limitations:

  • Does not support Unicode literals
  • Does not support block strings