strawberry.fastapi.BaseContext

Constructor:

Signature:

def __init__(self) -> None:
...

Attributes:

  1. connection_params:

    Type
    Any | None
  2. request:

    Type
    Request | WebSocket | None
  3. background_tasks:

    Type
    BackgroundTasks | None
  4. response:

    Type
    Response | None