strawberry
Package — GraphQLPython 3.7+Advanced
Code-first GraphQL with type hints and dataclasses
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- typing-extensions, python-dateutil, graphql-core
- Install
pip install strawberry-graphql
Learn by Difficulty
Quick Example
python
# Install: pip install strawberry-graphql import strawberry # Basic strawberry usage print(f"Using strawberry") # See documentation for detailed examples
strawberry is a third-party package. Code-first GraphQL with type hints and dataclasses. Install with: pip install strawberry-graphql
Try in PlaygroundTags
packagegraphqlapiweb