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 fc4c788 commit c388d4dCopy full SHA for c388d4d
docs/code_examples/http_multipart_async.py
@@ -9,7 +9,7 @@
9
10
async def main():
11
12
- transport = HTTPMultipartTransport(url="http://localhost:8000/graphql")
+ transport = HTTPMultipartTransport(url="https://gql-book-server.fly.dev/graphql")
13
14
# Using `async with` on the client will start a connection on the transport
15
# and provide a `session` variable to execute queries on this connection
0 commit comments