CODEOWNERS
LICENSE
MANIFEST.in
README.md
dev_requirements.txt
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/requires.txt
gql.egg-info/top_level.txt
gql/transport/__init__.py
gql/transport/http.py
gql/transport/local_schema.py
gql/transport/requests.py
tests/__init__.py
tests/test_client.py
tests/test_transport.py
tests/fixtures/vcr_cassettes/client.yaml
tests/fixtures/vcr_cassettes/execute.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_validation.py