Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgbier/graphql-parser-swift

Swift GraphQL Parser
https://github.com/kgbier/graphql-parser-swift

graphql graphql-parser graphql-query swift swift-package

Last synced: 3 days ago
JSON representation

Swift GraphQL Parser

Awesome Lists containing this project

README

        

# GraphQLParser
### Konrad Biernacki ()

[![Swift](https://github.com/kgbier/graphql-parser-swift/actions/workflows/swift.yml/badge.svg)](https://github.com/kgbier/graphql-parser-swift/actions/workflows/swift.yml)

A utility for parsing GraphQL queries. Written with help from the excellent
[Point·Free](https://www.pointfree.co/collections/parsing).

Kotlin version of this library: [kgbier/graphql-parser-kotlin](https://github.com/kgbier/graphql-parser-kotlin)

Current functionality is limited to understanding a GraphQL Query as detailed in the
official [spec](https://spec.graphql.org/June2018/), and producing an AST (abstract syntax tree).

### Limitations:
- Does not support Unicode literals
- Does not support block strings