GraphQLView
Methods:
-
get_context
Signature:
def get_context(self, request: Request, response: Response) -> Context:...Parameters:
-
request:
- Type
-
Request
-
response:
- Type
-
Response
-
-
get_root_value
Signature:
def get_root_value(self, request: Request) -> RootValue | None:...Parameters:
-
request:
- Type
-
Request
-
-
get_sub_response
Signature:
def get_sub_response(self, request: Request) -> Response:...Parameters:
-
request:
- Type
-
Request
-
-
dispatch_request
Signature:
def dispatch_request(self) -> ResponseReturnValue:... -
render_graphql_ide
Signature:
def render_graphql_ide(self, request: Request) -> Response:...Parameters:
-
request:
- Type
-
Request
-
Attributes:
-
methods:
-
allow_queries_via_get:
- Type
-
bool
-
request_adapter_class: