GraphQLTransportWSHandler

Constructor:

Signature:

def __init__(
self,
schema: BaseSchema,
debug: bool,
connection_init_wait_timeout: timedelta,
get_context: Callable,
get_root_value: Callable,
ws: ChannelsWSConsumer,
) -> None:
...

Parameters:

  1. schema:

    Type
    BaseSchema
  2. debug:

    Type
    bool
  3. connection_init_wait_timeout:

    Type
    timedelta
  4. get_context:

    Type
    Callable
  5. get_root_value:

    Type
    Callable
  6. ws:

    Type
    ChannelsWSConsumer

Methods: