Skip to content

remind101/AutoGraphParser

Repository files navigation

AutoGraphParser

CircleCI

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

Process

Building
swift build
Testing
swift test
Notes

This project relies primarily on Swift Package Manager and NOT Xcode. It should always be runnable in the terminal.