CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/intro.rst
docs/make.bat
docs/requirements.txt
docs/advanced/async_advanced_usage.rst
docs/advanced/dsl_module.rst
docs/advanced/index.rst
docs/advanced/local_schema.rst
docs/advanced/logging.rst
docs/async/async_intro.rst
docs/async/async_usage.rst
docs/async/index.rst
docs/code_examples/aiohttp_async.py
docs/code_examples/aiohttp_async_dsl.py
docs/code_examples/aiohttp_sync.py
docs/code_examples/requests_sync.py
docs/code_examples/requests_sync_dsl.py
docs/code_examples/websockets_async.py
docs/gql-cli/intro.rst
docs/modules/client.rst
docs/modules/dsl.rst
docs/modules/gql.rst
docs/modules/transport.rst
docs/transports/aiohttp.rst
docs/transports/async_transports.rst
docs/transports/index.rst
docs/transports/phoenix.rst
docs/transports/requests.rst
docs/transports/sync_transports.rst
docs/transports/websockets.rst
docs/usage/basic_usage.rst
docs/usage/file_upload.rst
docs/usage/headers.rst
docs/usage/index.rst
docs/usage/subscriptions.rst
docs/usage/validation.rst
docs/usage/variables.rst
gql/__init__.py
gql/__version__.py
gql/cli.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/phoenix_channel_websockets.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_cli.py
tests/test_client.py
tests/test_http_async_sync.py
tests/test_localhost.cnf
tests/test_localhost.pem
tests/test_phoenix_channel_exceptions.py
tests/test_phoenix_channel_query.py
tests/test_phoenix_channel_subscription.py
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/nested_input/__init__.py
tests/nested_input/schema.py
tests/nested_input/test_nested_input.py
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