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:
Parameters:
-
module:
- Type
-
str
Methods:
-
resolve_forward_ref
Signature:
Parameters:
-
forward_ref:
- Type
-
ForwardRef
-
Attributes:
-
module:
-
package: