GraphQLCoreConverter
Constructor:
Signature:
Parameters:
-
-
- Type
-
Dict[object, ScalarWrapper | ScalarDefinition]
-
- Type
-
Callable[[StrawberryObjectDefinition], List[StrawberryField]]
Methods:
-
from_argument
Signature:
-
from_enum
Signature:
-
from_enum_value
Signature:
-
from_directive
Signature:
-
from_schema_directive
Signature:
-
from_field
Signature:
Parameters:
-
-
- Type
-
StrawberryObjectDefinition | None
- Default
-
None
-
from_input_field
Signature:
Parameters:
-
-
- Type
-
StrawberryObjectDefinition | None
- Default
-
None
-
get_graphql_fields
Signature:
Parameters:
-
- Type
-
StrawberryObjectDefinition
-
get_graphql_input_fields
Signature:
Parameters:
-
- Type
-
StrawberryObjectDefinition
-
from_input_object
Signature:
-
from_interface
Signature:
Parameters:
-
- Type
-
StrawberryObjectDefinition
-
from_list
Signature:
-
from_object
Signature:
Parameters:
-
- Type
-
StrawberryObjectDefinition
-
from_resolver
Signature:
-
from_scalar
Signature:
-
from_maybe_optional
Signature:
Parameters:
-
- Type
-
StrawberryType | type
-
from_type
Signature:
Parameters:
-
- Type
-
StrawberryType | type
-
from_union
Signature:
-
validate_same_type_definition
Signature:
Attributes:
-
-
- Type
-
Dict[str, ConcreteType]
-
-
-