Pioneer is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL schema built with GraphQLSwift/GraphQL.
.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0")
Pioneer is a layer on top of a web server for handling all GraphQL operations through HTTP and WebSocket utilising the new concurrency features in Swift 5.5.
It can work with any GraphQL schema built with GraphQLSwift/GraphQL and work with any GraphQL client even with WebSocket.
If you have any feedback, feel free open an issue or discuss it in the discussion tab.
This project is heavily inspired by Apollo Server, and it would not have been possible without the work put into GraphQLSwift/GraphQL.