StrawberryArgument
Constructor:
Signature:
graphql_name: str | None,
type_annotation: StrawberryAnnotation,
is_subscription: bool = False,
description: str | None = None,
default: object = _deprecated_UNSET,
deprecation_reason: str | None = None,
directives: Iterable[object] = (),
metadata: Mapping[Any, Any] | None = None,
Parameters:
-
-
-
- Type
-
StrawberryAnnotation
-
-
- Type
-
str | None
- Default
-
None
-
- Type
-
object
- Default
-
_deprecated_UNSET
-
- Type
-
str | None
- Default
-
None
-
- Type
-
Iterable[object]
- Default
-
()
-
- Type
-
Mapping[Any, Any] | None
- Default
-
None
Attributes:
-
-
-
-
-
-
-
-
-
-
- Type
-
StrawberryType | type
-