Merge pull request #133 from d-exclaimation/bump-version-fix-task fix: Fixed using onText incorrectly in async task
Merge pull request #133 from d-exclaimation/bump-version-fix-task
fix: Fixed using onText incorrectly in async task
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")
import Graphiti import Pioneer struct Resolver { ... } let schema = try Schema<Resolver, Void> { ... } let server = Pioneer( schema: schema, resolver: .init() ) try server.standaloneServer( port: 4000, host: "127.0.0.1" )
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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Pioneer is an open-source, spec-compliant GraphQL server that’s compatible with any GraphQL schema built with GraphQLSwift/GraphQL.
Setup
Quick start
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.