strawberry.exceptions.DuplicatedTypeName
Raised when the same type with different definition is reused inside a schema.
Constructor:
Signature:
Parameters:
-
first_cls:
- Type
-
Type | None
-
second_cls:
- Type
-
Type | None
-
duplicated_type_name:
- Type
-
str
Attributes:
-
first_cls:
-
second_cls:
-
message:
-
rich_message:
-
suggestion:
-
exception_source:
- Type
-
ExceptionSource | None