MissingTypesForGenericError
Raised when a generic types was used without passing any type.
Constructor:
Signature:
def __init__(self, annotation: StrawberryType | type) -> None:  ...Parameters:
-  
annotation:- Type
 -  
StrawberryType | type 
 
Raised when a generic types was used without passing any type.
def __init__(self, annotation: StrawberryType | type) -> None:  ... annotation:   
StrawberryType | type