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:
-
resolver:- Type
-
StrawberryResolver
-
arguments:- Type
-
List[str]
Attributes:
-
missing_arguments: -
function: -
argument_name: -
message: -
rich_message: -
suggestion: -
annotation_message: -
missing_arguments_str:- Type
-
str
-
exception_source:- Type
-
ExceptionSource | None