kgbier / graphql-parser-swift

Swift GraphQL Parser

Repository from Github https://github.comkgbier/graphql-parser-swiftRepository from Github https://github.comkgbier/graphql-parser-swift

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

About

Swift GraphQL Parser

License:MIT License


Languages

Language:Swift 100.0%