strawberry — Easy Playground
Code-first GraphQL with type hints and dataclasses
Getting started with strawberryRun locally
Install
pip install strawberry-graphqlPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: strawberry)
strawberry is a third-party package. Code-first GraphQL with type hints and dataclasses. Install with: pip install strawberry-graphql
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?