@@ -36,25 +36,27 @@ which needs the :code:`aiohttp` dependency, then you can install GQL with::
36
36
37
37
The corresponding between extra dependencies required and the GQL classes is:
38
38
39
- +---------------------+----------------------------------------------------------------+
40
- | Extra dependencies | Classes |
41
- +=====================+================================================================+
42
- | aiohttp | :ref: `AIOHTTPTransport <aiohttp_transport >` |
43
- +---------------------+----------------------------------------------------------------+
44
- | websockets | :ref: `WebsocketsTransport <websockets_transport >` |
45
- | | |
46
- | | :ref: `PhoenixChannelWebsocketsTransport <phoenix_transport >` |
47
- | | |
48
- | | :ref: `AppSyncWebsocketsTransport <appsync_transport >` |
49
- +---------------------+----------------------------------------------------------------+
50
- | requests | :ref: `RequestsHTTPTransport <requests_transport >` |
51
- +---------------------+----------------------------------------------------------------+
52
- | httpx | :ref: `HTTPTXTransport <httpx_transport >` |
53
- | | |
54
- | | :ref: `HTTPXAsyncTransport <httpx_async_transport >` |
55
- +---------------------+----------------------------------------------------------------+
56
- | botocore | :ref: `AppSyncIAMAuthentication <appsync_iam_auth >` |
57
- +---------------------+----------------------------------------------------------------+
39
+ +---------------------+------------------------------------------------------------------+
40
+ | Extra dependencies | Classes |
41
+ +=====================+==================================================================+
42
+ | aiohttp | :ref: `AIOHTTPTransport <aiohttp_transport >` |
43
+ | | |
44
+ | | :ref: `AIOHTTPWebsocketsTransport <aiohttp_websockets_transport >` |
45
+ +---------------------+------------------------------------------------------------------+
46
+ | websockets | :ref: `WebsocketsTransport <websockets_transport >` |
47
+ | | |
48
+ | | :ref: `PhoenixChannelWebsocketsTransport <phoenix_transport >` |
49
+ | | |
50
+ | | :ref: `AppSyncWebsocketsTransport <appsync_transport >` |
51
+ +---------------------+------------------------------------------------------------------+
52
+ | requests | :ref: `RequestsHTTPTransport <requests_transport >` |
53
+ +---------------------+------------------------------------------------------------------+
54
+ | httpx | :ref: `HTTPTXTransport <httpx_transport >` |
55
+ | | |
56
+ | | :ref: `HTTPXAsyncTransport <httpx_async_transport >` |
57
+ +---------------------+------------------------------------------------------------------+
58
+ | botocore | :ref: `AppSyncIAMAuthentication <appsync_iam_auth >` |
59
+ +---------------------+------------------------------------------------------------------+
58
60
59
61
.. note ::
60
62
0 commit comments