grapheneEasy Playground

GraphQL framework with Django/Flask integration

Getting started with grapheneRun locally
Install
pip install graphene
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: graphene)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?