graphene

Package — GraphQLPython 3.7+Advanced

GraphQL framework with Django/Flask integration

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
graphql-core, graphql-relay
Install
pip install graphene

Learn by Difficulty

Quick Example

python
# Install: pip install graphene
import graphene

# Basic graphene usage
print(f"Using graphene")
# See documentation for detailed examples

graphene is a third-party package. GraphQL framework with Django/Flask integration. Install with: pip install graphene

Try in Playground

Tags

packagegraphqlapiweb