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:

  1. module:

    Type
    str

Methods:

Attributes:

  1. module:

  2. package: