.readthedocs.yaml
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
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/async_permanent_session.rst
docs/advanced/batching_requests.rst
docs/advanced/dsl_module.rst
docs/advanced/error_handling.rst
docs/advanced/index.rst
docs/advanced/local_schema.rst
docs/advanced/logging.rst
docs/code_examples/aiohttp_async.py
docs/code_examples/aiohttp_async_dsl.py
docs/code_examples/aiohttp_sync.py
docs/code_examples/aiohttp_websockets_async.py
docs/code_examples/console_async.py
docs/code_examples/fastapi_async.py
docs/code_examples/httpx_async.py
docs/code_examples/httpx_async_trio.py
docs/code_examples/httpx_sync.py
docs/code_examples/phoenix_channel_async.py
docs/code_examples/reconnecting_mutation_http.py
docs/code_examples/reconnecting_mutation_ws.py
docs/code_examples/reconnecting_subscription.py
docs/code_examples/requests_sync.py
docs/code_examples/requests_sync_dsl.py
docs/code_examples/websockets_async.py
docs/code_examples/appsync/mutation_api_key.py
docs/code_examples/appsync/mutation_iam.py
docs/code_examples/appsync/subscription_api_key.py
docs/code_examples/appsync/subscription_iam.py
docs/gql-cli/intro.rst
docs/modules/client.rst
docs/modules/dsl.rst
docs/modules/gql.rst
docs/modules/transport.rst
docs/modules/transport_aiohttp.rst
docs/modules/transport_aiohttp_websockets.rst
docs/modules/transport_appsync_auth.rst
docs/modules/transport_appsync_websockets.rst
docs/modules/transport_common_adapters_aiohttp.rst
docs/modules/transport_common_adapters_connection.rst
docs/modules/transport_common_adapters_websockets.rst
docs/modules/transport_common_base.rst
docs/modules/transport_exceptions.rst
docs/modules/transport_httpx.rst
docs/modules/transport_phoenix_channel_websockets.rst
docs/modules/transport_requests.rst
docs/modules/transport_websockets.rst
docs/modules/transport_websockets_protocol.rst
docs/modules/utilities.rst
docs/transports/aiohttp.rst
docs/transports/aiohttp_websockets.rst
docs/transports/appsync.rst
docs/transports/async_transports.rst
docs/transports/httpx.rst
docs/transports/httpx_async.rst
docs/transports/index.rst
docs/transports/phoenix.rst
docs/transports/requests.rst
docs/transports/sync_transports.rst
docs/transports/websockets.rst
docs/usage/async_usage.rst
docs/usage/custom_scalars_and_enums.rst
docs/usage/extensions.rst
docs/usage/file_upload.rst
docs/usage/headers.rst
docs/usage/index.rst
docs/usage/subscriptions.rst
docs/usage/sync_usage.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/graphql_request.py
gql/py.typed
gql/utils.py
gql.egg-info/PKG-INFO
gql.egg-info/SOURCES.txt
gql.egg-info/dependency_links.txt
gql.egg-info/entry_points.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/aiohttp_websockets.py
gql/transport/appsync_auth.py
gql/transport/appsync_websockets.py
gql/transport/async_transport.py
gql/transport/exceptions.py
gql/transport/file_upload.py
gql/transport/httpx.py
gql/transport/local_schema.py
gql/transport/phoenix_channel_websockets.py
gql/transport/requests.py
gql/transport/transport.py
gql/transport/websockets.py
gql/transport/websockets_protocol.py
gql/transport/common/__init__.py
gql/transport/common/aiohttp_closed_event.py
gql/transport/common/base.py
gql/transport/common/batch.py
gql/transport/common/listener_queue.py
gql/transport/common/adapters/__init__.py
gql/transport/common/adapters/aiohttp.py
gql/transport/common/adapters/connection.py
gql/transport/common/adapters/websockets.py
gql/utilities/__init__.py
gql/utilities/build_client_schema.py
gql/utilities/get_introspection_query_ast.py
gql/utilities/node_tree.py
gql/utilities/parse_result.py
gql/utilities/serialize_variable_values.py
gql/utilities/update_schema_enum.py
gql/utilities/update_schema_scalars.py
tests/__init__.py
tests/conftest.py
tests/test_aiohttp.py
tests/test_aiohttp_batch.py
tests/test_aiohttp_online.py
tests/test_aiohttp_websocket_exceptions.py
tests/test_aiohttp_websocket_graphqlws_exceptions.py
tests/test_aiohttp_websocket_graphqlws_subscription.py
tests/test_aiohttp_websocket_query.py
tests/test_aiohttp_websocket_subscription.py
tests/test_appsync_auth.py
tests/test_appsync_http.py
tests/test_appsync_websockets.py
tests/test_async_client_validation.py
tests/test_cli.py
tests/test_client.py
tests/test_graphql_request.py
tests/test_graphqlws_exceptions.py
tests/test_graphqlws_subscription.py
tests/test_http_async_sync.py
tests/test_httpx.py
tests/test_httpx_async.py
tests/test_httpx_batch.py
tests/test_httpx_online.py
tests/test_localhost.cnf
tests/test_localhost.pem
tests/test_localhost_client.crt
tests/test_phoenix_channel_exceptions.py
tests/test_phoenix_channel_query.py
tests/test_phoenix_channel_subscription.py
tests/test_requests.py
tests/test_requests_batch.py
tests/test_transport.py
tests/test_transport_batch.py
tests/test_websocket_exceptions.py
tests/test_websocket_online.py
tests/test_websocket_query.py
tests/test_websocket_subscription.py
tests/test_websockets_adapter.py
tests/custom_scalars/__init__.py
tests/custom_scalars/test_datetime.py
tests/custom_scalars/test_enum_colors.py
tests/custom_scalars/test_json.py
tests/custom_scalars/test_money.py
tests/custom_scalars/test_parse_results.py
tests/fixtures/__init__.py
tests/fixtures/aws/__init__.py
tests/fixtures/aws/fake_credentials.py
tests/fixtures/aws/fake_request.py
tests/fixtures/aws/fake_session.py
tests/fixtures/aws/fake_signer.py
tests/fixtures/graphql/sample.graphql
tests/fixtures/vcr_cassettes/client.yaml
tests/fixtures/vcr_cassettes/queries.yaml
tests/fixtures/vcr_cassettes/queries_batch.yaml
tests/nested_input/__init__.py
tests/nested_input/schema.py
tests/nested_input/test_nested_input.py
tests/regressions/issue_447_dsl_missing_directives/test_dsl_directives.py
tests/starwars/__init__.py
tests/starwars/fixtures.py
tests/starwars/schema.py
tests/starwars/test_dsl.py
tests/starwars/test_introspection.py
tests/starwars/test_parse_results.py
tests/starwars/test_query.py
tests/starwars/test_subscription.py
tests/starwars/test_validation.py