GraphQLFragmentType
Constructor:
Signature:
def __init__( self, name: str, fields: List[GraphQLField] = list(), graphql_typename: str | None = None, on: str = '',) -> None: ...
Parameters:
-
name:
- Type
-
str
-
fields:
- Type
-
List[GraphQLField]
- Default
-
list()
-
graphql_typename:
- Type
-
str | None
- Default
-
None
-
on:
- Type
-
str
- Default
-
''
Attributes:
-
name:
- Type
-
str
-
fields:
- Type
-
List[GraphQLField]
-
graphql_typename:
- Type
-
str | None
-
on:
- Type
-
str