Skip to content

dsd-sztaki-hu/graphql-parser-kotlin

 
 

Repository files navigation

graphql-parser

Konrad Biernacki (kgbier@gmail.com)

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

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%