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 months ago
JSON representation
Swift GraphQL Parser
- Host: GitHub
- URL: https://github.com/kgbier/graphql-parser-swift
- Owner: kgbier
- License: mit
- Created: 2020-03-27T07:32:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T11:05:11.000Z (about 5 years ago)
- Last Synced: 2025-01-11T14:31:30.503Z (over 1 year ago)
- Topics: graphql, graphql-parser, graphql-query, swift, swift-package
- Language: Swift
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQLParser
### Konrad Biernacki ()
[](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