Skip to content

Commit c388d4d

Browse files
committed
fix doc
1 parent fc4c788 commit c388d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code_examples/http_multipart_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
async def main():
1111

12-
transport = HTTPMultipartTransport(url="http://localhost:8000/graphql")
12+
transport = HTTPMultipartTransport(url="https://gql-book-server.fly.dev/graphql")
1313

1414
# Using `async with` on the client will start a connection on the transport
1515
# and provide a `session` variable to execute queries on this connection

0 commit comments

Comments
 (0)