strawberry.exceptions.MissingFieldAnnotationError

Constructor:

Signature:

def __init__(self, field_name: str, cls: Type) -> None:
...

Parameters:

  1. field_name:

    Type
    str

Attributes:

  1. cls:

  2. field_name:

  3. message:

  4. rich_message:

  5. suggestion:

  6. annotation_message:

  7. exception_source:

    Type
    ExceptionSource | None