GraphQLView Methods: get_root_value Signature: def get_root_value(self, request: HttpRequest) -> RootValue | None: ... Parameters: request: Type HttpRequest get_context Signature: def get_context(self, request: HttpRequest, response: HttpResponse) -> Any: ... Parameters: request: Type HttpRequest response: Type HttpResponse get_sub_response Signature: def get_sub_response(self, request: HttpRequest) -> TemporalHttpResponse: ... Parameters: request: Type HttpRequest dispatch Signature: def dispatch(self, request: HttpRequest, args: Any = (), kwargs: Any = {}) -> HttpResponseNotAllowed | TemplateResponse | HttpResponse: ... Parameters: request: Type HttpRequest args: Type Any Default () kwargs: Type Any Default {} render_graphql_ide Signature: def render_graphql_ide(self, request: HttpRequest) -> HttpResponse: ... Parameters: request: Type HttpRequest Attributes: subscriptions_enabled: graphiql: Type bool | None graphql_ide: Type GraphQL_IDE | None allow_queries_via_get: schema: Type BaseSchema request_adapter_class: