StrawberryLazyReference
A class that represents a lazy reference to a type in another module.
This is useful when you have circular dependencies between types.
This class is not meant to be used directly, instead use the strawberry.lazy
function.
Constructor:
Signature:
def __init__(self, module: str) -> None: ...
Parameters:
-
module:
- Type
-
str
Methods:
-
resolve_forward_ref
Signature:
def resolve_forward_ref(self, forward_ref: ForwardRef) -> LazyType:...Parameters:
-
forward_ref:
- Type
-
ForwardRef
-
Attributes:
-
module:
-
package: