Skip to content

kgbier/graphql-parser-swift

Repository files navigation

GraphQLParser

Konrad Biernacki (kgbier@gmail.com)

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