We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72bd71 commit c029117Copy full SHA for c029117
1 file changed
gql/graphql_request.py
@@ -23,9 +23,8 @@ def __init__(
23
:param operation_name: Name of the operation that shall be executed.
24
Only required in multi-operation documents (Default: None).
25
:param extensions: Dictionary of protocol extensions (Default: None).
26
- This is passed as the top-level ``extensions`` key in the request
27
- payload, as defined in the `GraphQL over HTTP spec
28
- <https://github.com/graphql/graphql-over-http>`_.
+ This is passed as the top-level "extensions" key in the request
+ payload, as defined in the GraphQL over HTTP spec.
29
:return: a :class:`GraphQLRequest <gql.GraphQLRequest>`
30
which can be later executed or subscribed by a
31
:class:`Client <gql.client.Client>`, by an
0 commit comments