Skip to content

Files

Latest commit

ddeaca8 · Mar 2, 2021

History

History
16 lines (11 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 758 Bytes

graphql-parser

Konrad Biernacki (kgbier@gmail.com)

Gradle

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).

Limitations:

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