strawberry.channels.GraphQLHTTPConsumer
A consumer to provide a view for GraphQL over HTTP.
To use this, place it in your ProtocolTypeRouter for your channels project:
Methods:
-
get_root_value
Signature:
Parameters:
-
request:
- Type
-
ChannelsRequest
-
-
get_context
Signature:
Parameters:
-
request:
- Type
-
ChannelsRequest
-
response:
- Type
-
TemporalResponse
-
-
get_sub_response
Signature:
Parameters:
-
request:
- Type
-
ChannelsRequest
-
-
render_graphql_ide
Signature:
Parameters:
-
request:
- Type
-
ChannelsRequest
-
Attributes:
-
allow_queries_via_get:
- Type
-
bool
-
request_adapter_class: