GraphQLEnum
Constructor:
Signature:
def __init__(self, name: str, values: List[str], python_type: EnumMeta) -> None: ...
Parameters:
-
name:
- Type
-
str
-
values:
- Type
-
List[str]
-
python_type:
- Type
-
EnumMeta
Attributes:
-
name:
- Type
-
str
-
values:
- Type
-
List[str]
-
python_type:
- Type
-
EnumMeta