The Swiftest way to GQL Parsing
Relies upon functional parser combinators https://github.com/pointfreeco/swift-parsing.
Conforming to 2021 spec.
- GraphQL client Query parsing.
- Introspection Schema JSON parsing.
- Full GraphQL schema parsing (future).
CI:
- Linux Ubuntu
- Mac
swift build
swift test
This project relies primarily on Swift Package Manager and NOT Xcode. It should always be runnable in the terminal.