We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd972 commit 56bed9cCopy full SHA for 56bed9c
README.md
@@ -54,7 +54,8 @@ The main features of GQL are:
54
### Basic usage
55
56
```python
57
-from gql import gql, Client, AIOHTTPTransport
+from gql import gql, Client
58
+from gql.transport.aiohttp import AIOHTTPTransport
59
60
# Select your transport with a defined url endpoint
61
transport = AIOHTTPTransport(url="https://countries.trevorblades.com/")
0 commit comments