File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AIOHTTPTransport
5
5
6
6
This transport uses the `aiohttp `_ library and allows you to send GraphQL queries using the HTTP protocol.
7
7
8
- Reference: :py: class: `gql.transport.aiohttp.AIOHTTPTransport `
8
+ Reference: :class: `gql.transport.aiohttp.AIOHTTPTransport `
9
9
10
10
.. note ::
11
11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RequestsHTTPTransport
6
6
The RequestsHTTPTransport is a sync transport using the `requests `_ library
7
7
and allows you to send GraphQL queries using the HTTP protocol.
8
8
9
- Reference: :py: class: `gql.transport.requests.RequestsHTTPTransport `
9
+ Reference: :class: `gql.transport.requests.RequestsHTTPTransport `
10
10
11
11
.. literalinclude :: ../code_examples/requests_sync.py
12
12
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It will detect the backend supported protocol from the response http headers ret
12
12
13
13
This transport allows to do multiple queries, mutations and subscriptions on the same websocket connection.
14
14
15
- Reference: :py: class: `gql.transport.websockets.WebsocketsTransport `
15
+ Reference: :class: `gql.transport.websockets.WebsocketsTransport `
16
16
17
17
.. literalinclude :: ../code_examples/websockets_async.py
18
18
You can’t perform that action at this time.
0 commit comments