EnumDefinition
Constructor:
Signature:
Parameters:
-
wrapped_cls:
- Type
-
EnumMeta
-
name:
- Type
-
str
-
values:
- Type
-
List[EnumValue]
-
description:
- Type
-
str | None
-
directives:
- Type
-
Iterable[object]
- Default
-
()
Methods:
-
copy_with
Signature:
Parameters:
-
type_var_map:
- Type
-
Mapping[str, StrawberryType | type]
-
Attributes:
-
wrapped_cls:
- Type
-
EnumMeta
-
name:
- Type
-
str
-
values:
- Type
-
List[EnumValue]
-
description:
- Type
-
str | None
-
directives:
- Type
-
Iterable[object]
-
is_graphql_generic:
- Type
-
bool