strawberry.exceptions.MissingArgumentsAnnotationsError

The field is missing the annotation for one or more arguments.

Constructor:

Signature:

def __init__(self, resolver: StrawberryResolver, arguments: List[str]) -> None:
...

Parameters:

  1. resolver:

    Type
    StrawberryResolver
  2. arguments:

    Type
    List[str]

Attributes:

  1. missing_arguments:

  2. function:

  3. argument_name:

  4. message:

  5. rich_message:

  6. suggestion:

  7. annotation_message:

  8. missing_arguments_str:

    Type
    str
  9. exception_source:

    Type
    ExceptionSource | None