Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kgbier/graphql-parser-swift
- Owner: kgbier
- License: mit
- Created: 2020-03-27T07:32:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T11:05:11.000Z (over 3 years ago)
- Last Synced: 2024-10-12T13:21:31.759Z (about 1 month 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 ()[![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