strawberry.fastapi.BaseContext
Constructor:
Signature:
def __init__(self) -> None: ...Attributes:
-
connection_params:- Type
-
Any | None
-
request:- Type
-
Request | WebSocket | None
-
background_tasks:- Type
-
BackgroundTasks | None
-
response:- Type
-
Response | None