LICENSE
README.md
pyproject.toml
gql_pygen/__init__.py
gql_pygen/__main__.py
gql_pygen/cli.py
gql_pygen.egg-info/PKG-INFO
gql_pygen.egg-info/SOURCES.txt
gql_pygen.egg-info/dependency_links.txt
gql_pygen.egg-info/entry_points.txt
gql_pygen.egg-info/requires.txt
gql_pygen.egg-info/top_level.txt
gql_pygen/core/__init__.py
gql_pygen/core/auth.py
gql_pygen/core/client_generator.py
gql_pygen/core/executor.py
gql_pygen/core/generator.py
gql_pygen/core/hooks.py
gql_pygen/core/ir.py
gql_pygen/core/parser.py
gql_pygen/core/query_builder.py
gql_pygen/core/scalars.py
gql_pygen/templates/base_client.py.j2
gql_pygen/templates/client.py.j2
gql_pygen/templates/enums.py.j2
gql_pygen/templates/models.py.j2
gql_pygen/templates/scalars.py.j2
tests/test_auth.py
tests/test_client_generator.py
tests/test_hooks.py
tests/test_scalars.py