BaseGraphQLTransportWSHandler

Constructor:

Signature:

def __init__(
self,
schema: BaseSchema,
debug: bool,
connection_init_wait_timeout: timedelta,
) -> None:
...

Parameters:

  1. schema:

    Type
    BaseSchema
  2. debug:

    Type
    bool
  3. connection_init_wait_timeout:

    Type
    timedelta

Methods:

Attributes:

  1. task_logger:

    Type
    logging.Logger
  2. schema:

  3. debug:

  4. connection_init_wait_timeout:

  5. connection_init_timeout_task:

    Type
    asyncio.Task | None
  6. connection_init_received:

  7. connection_acknowledged:

  8. connection_timed_out:

  9. operations:

    Type
    Dict[str, Operation]
  10. completed_tasks:

    Type
    List[asyncio.Task]
  11. connection_params:

    Type
    Dict[str, Any] | None