GraphQLCoreConverter

Constructor:

Signature:

def __init__(
self,
config: StrawberryConfig,
scalar_registry: Dict[object, ScalarWrapper | ScalarDefinition],
get_fields: Callable[[StrawberryObjectDefinition], List[StrawberryField]],
) -> None:
...

Parameters:

  1. config:

    Type
    StrawberryConfig
  2. scalar_registry:

    Type
    Dict[object, ScalarWrapper | ScalarDefinition]
  3. get_fields:

    Type
    Callable[[StrawberryObjectDefinition], List[StrawberryField]]

Methods:

Attributes:

  1. DEFINITION_BACKREF:

  2. type_map:

    Type
    Dict[str, ConcreteType]
  3. config:

  4. scalar_registry:

  5. get_fields: