CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
setup.cfg
setup.py
tox.ini
gql/__init__.py
gql/client.py
gql/dsl.py
gql/gql.py
gql/utils.py
gql.egg-info/PKG-INFO
gql.egg-info/SOURCES.txt
gql.egg-info/dependency_links.txt
gql.egg-info/not-zip-safe
gql.egg-info/requires.txt
gql.egg-info/top_level.txt
gql/transport/__init__.py
gql/transport/aiohttp.py
gql/transport/async_transport.py
gql/transport/exceptions.py
gql/transport/local_schema.py
gql/transport/requests.py
gql/transport/transport.py
gql/transport/websockets.py
scripts/gql-cli
tests/__init__.py
tests/conftest.py
tests/test_aiohttp.py
tests/test_aiohttp_online.py
tests/test_async_client_validation.py
tests/test_client.py
tests/test_http_async_sync.py
tests/test_localhost.cnf
tests/test_localhost.pem
tests/test_requests.py
tests/test_transport.py
tests/test_websocket_exceptions.py
tests/test_websocket_online.py
tests/test_websocket_query.py
tests/test_websocket_subscription.py
tests/fixtures/graphql/sample.graphql
tests/fixtures/vcr_cassettes/client.yaml
tests/fixtures/vcr_cassettes/queries.yaml
tests/starwars/__init__.py
tests/starwars/fixtures.py
tests/starwars/schema.py
tests/starwars/test_dsl.py
tests/starwars/test_query.py
tests/starwars/test_subscription.py
tests/starwars/test_validation.py