GraphQLController

Methods:

Attributes:

  1. path:

    Type
    str
  2. dependencies:

    Type
    Dependencies
  3. request_adapter_class:

  4. graphql_ws_handler_class:

    Type
    Type[GraphQLWSHandler]
  5. graphql_transport_ws_handler_class:

    Type
    Type[GraphQLTransportWSHandler]
  6. allow_queries_via_get:

    Type
    bool
  7. graphiql_allowed_accept:

    Type
    FrozenSet[str]
  8. graphql_ide:

    Type
    GraphQL_IDE | None
  9. debug:

    Type
    bool
  10. connection_init_wait_timeout:

    Type
    timedelta
  11. protocols:

    Type
    Tuple[str, ...]
  12. keep_alive:

    Type
    bool
  13. keep_alive_interval:

    Type
    float