strawberry.exceptions.UnresolvedFieldTypeError

Constructor:

Signature:

def __init__(
self,
type_definition: StrawberryObjectDefinition,
field: StrawberryField,
) -> None:
...

Parameters:

  1. type_definition:

    Type
    StrawberryObjectDefinition
  2. field:

    Type
    StrawberryField

Attributes:

  1. type_definition:

  2. field:

  3. message:

  4. rich_message:

  5. annotation_message:

  6. suggestion:

  7. exception_source:

    Type
    ExceptionSource | None