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 flask-graphql #37

Closed KingDarBoja closed 4 years ago

KingDarBoja commented 4 years ago

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

To install the integration with flask for example:

pip install graphql-server-core[flask]

Then you can use it by:

from grapqhl_server.flask import GraphQLView