Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.1 KB

README.md

File metadata and controls

36 lines (23 loc) · 2.1 KB

Build Status

Pioneer is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL schema built with GraphQLSwift/GraphQL.

Setup

.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0")

Swift for GraphQL

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.

Usage/Examples

Feedback

If you have any feedback, feel free open an issue or discuss it in the discussion tab.

Attribution

This project is heavily inspired by Apollo Server, and it would not have been possible without the work put into GraphQLSwift/GraphQL.