Skip to main content

turms.object

GraphQLObject Objects

class GraphQLObject(BaseModel)

to_variable

async def to_variable()

WIll be called by the ward

ashrink

async def ashrink()

WIll be called by the ward

shrink

def shrink()

WIll be called by the ward

GraphQLInputObject Objects

class GraphQLInputObject(BaseModel)

to_variable

async def to_variable()

WIll be called by the ward

ashrink

async def ashrink()

WIll be called by the ward

shrink

def shrink()

WIll be called by the ward