strawberry.Private
Represents a field that won’t be exposed in the GraphQL schema.
Example:
import strawberry
@strawberry.typeclass User: name: str age: strawberry.Private[int]
Represents a field that won’t be exposed in the GraphQL schema.
Example:
import strawberry
@strawberry.typeclass User: name: str age: strawberry.Private[int]