File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AIOHTTPTransport
55
66This transport uses the `aiohttp `_ library and allows you to send GraphQL queries using the HTTP protocol.
77
8- Reference: :py: class: `gql.transport.aiohttp.AIOHTTPTransport `
8+ Reference: :class: `gql.transport.aiohttp.AIOHTTPTransport `
99
1010.. note ::
1111
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RequestsHTTPTransport
66The RequestsHTTPTransport is a sync transport using the `requests `_ library
77and allows you to send GraphQL queries using the HTTP protocol.
88
9- Reference: :py: class: `gql.transport.requests.RequestsHTTPTransport `
9+ Reference: :class: `gql.transport.requests.RequestsHTTPTransport `
1010
1111.. literalinclude :: ../code_examples/requests_sync.py
1212
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
1212
1313This transport allows to do multiple queries, mutations and subscriptions on the same websocket connection.
1414
15- Reference: :py: class: `gql.transport.websockets.WebsocketsTransport `
15+ Reference: :class: `gql.transport.websockets.WebsocketsTransport `
1616
1717.. literalinclude :: ../code_examples/websockets_async.py
1818
You can’t perform that action at this time.
0 commit comments