Docs
General
Types
Guides
Editor integration
Concepts
Integrations
Operations
@strawberry.typeclass Book: title: str author: Author
@strawberry.typeclass Author: name: str = "Example" books: typing.List['Book']
@strawberry.typeclass Book: title: str author: Author
@strawberry.typeclass Author: name: str = "Example" books: typing.List['Book']
Do you want to receive the latest updates on Strawberry? Subscribe to our newsletter!