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