Skip to content

kgbier/graphql-parser-kotlin

Repository files navigation

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