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 aiohttp-graphql #42

Closed KingDarBoja closed 4 years ago

KingDarBoja commented 4 years ago

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

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

This should be rebased after #38 gets merged in order to solve the failing tests at graphql-server-core files.