StrawberryContainer
Constructor:
Signature:
def __init__( self, of_type: StrawberryType | Type[WithStrawberryObjectDefinition] | type,) -> None: ...Parameters:
-
of_type:- Type
-
StrawberryType | Type[WithStrawberryObjectDefinition] | type
Methods:
-
copy_with
Signature:
def copy_with(self,type_var_map: Mapping[str, StrawberryType | Type[WithStrawberryObjectDefinition]],) -> Self:...Parameters:
-
type_var_map:- Type
-
Mapping[str, StrawberryType | Type[WithStrawberryObjectDefinition]]
-
-
has_generic
Signature:
def has_generic(self, type_var: TypeVar) -> bool:...Parameters:
-
type_var:- Type
-
TypeVar
-
Attributes:
-
of_type: -
type_params:- Type
-
List[TypeVar]
-
is_graphql_generic:- Type
-
bool