strawberry.exceptions.InvalidArgumentTypeError

Constructor:

Signature:

def __init__(self, resolver: StrawberryResolver, argument: StrawberryArgument) -> None:
...

Parameters:

  1. resolver:

    Type
    StrawberryResolver
  2. argument:

    Type
    StrawberryArgument

Attributes:

  1. function:

  2. argument_name:

  3. message:

  4. rich_message:

  5. suggestion:

  6. annotation_message:

  7. exception_source:

    Type
    ExceptionSource | None