py-graphql-client
py-graphql-client copied to clipboard
Dead-simple GraphQL client with subscriptions over websockets
Results
13
py-graphql-client issues
Sort by
recently updated
recently updated
newest added
I'm running Python 3.5.2 on Ubuntu. Attempting to import GraphQLClient throws the following: `Traceback (most recent call last): File "this_one.py", line 1, in from graphql_client import GraphQLClient File "/path/lib/python3.5/site-packages/graphql_client/__init__.py", line...
# [wip] This PR gears up for v0.2 release ### Breaking changes 1. New API 2. Modular transport design for HTTP vs Websockets ### Major features 1. HTTP support (fixes...