GraphQLUnion
Constructor:
Signature:
def __init__(self, name: str, types: List[GraphQLObjectType]) -> None: ...
Parameters:
-
name:
- Type
-
str
-
types:
- Type
-
List[GraphQLObjectType]
Attributes:
-
name:
- Type
-
str
-
types:
- Type
-
List[GraphQLObjectType]