GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Exposes `parse` and `print` functions #143

Closed NeedleInAJayStack closed 4 months ago

NeedleInAJayStack commented 4 months ago

This enables custom query parsing logic as well as printing SDLs for existing schemas. This could be helpful for federation support.