graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

Merge sanic-graphql #38

Closed KingDarBoja closed 4 years ago

KingDarBoja commented 4 years ago

References #34, this PR merges sanic-graphql library into graphql-server-core.

To install the integration with sanic, run the below command on your terminal. pip install graphql-server-core[sanic]

~NOTE The only main issue so far is dealing with the asyncio executor tests.~