LICENSE
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
graphql_api/__init__.py
graphql_api/api.py
graphql_api/context.py
graphql_api/dataclass_mapping.py
graphql_api/decorators.py
graphql_api/directives.py
graphql_api/error.py
graphql_api/exception.py
graphql_api/executor.py
graphql_api/mapper.py
graphql_api/middleware.py
graphql_api/pydantic.py
graphql_api/reduce.py
graphql_api/relay.py
graphql_api/remote.py
graphql_api/schema.py
graphql_api/types.py
graphql_api/utils.py
graphql_api.egg-info/PKG-INFO
graphql_api.egg-info/SOURCES.txt
graphql_api.egg-info/dependency_links.txt
graphql_api.egg-info/requires.txt
graphql_api.egg-info/top_level.txt
graphql_api/federation/__init__.py
graphql_api/federation/directives.py
graphql_api/federation/federation.py
graphql_api/federation/types.py
tests/__init__.py
tests/test_async.py
tests/test_calculator.py
tests/test_custom_types.py
tests/test_dataclass.py
tests/test_directives.py
tests/test_docstrings.py
tests/test_error.py
tests/test_federation.py
tests/test_federation_example.py
tests/test_filtering.py
tests/test_graphql.py
tests/test_middleware.py
tests/test_pydantic.py
tests/test_relay.py
tests/test_remote.py
tests/test_schema.py
tests/test_subscriptions.py