.gitignore
LICENSE
README.md
VERSION
pyproject.toml
uv.lock
.github/workflows/pages.yml
.github/workflows/python-package.yml
.vscode/settings.json
docs/README.md
docs/hugo.toml
docs/index.md
docs/content/_index.md
docs/content/docs/_index.md
docs/content/docs/advanced-features/_index.md
docs/content/docs/advanced-features/directives.md
docs/content/docs/advanced-features/performance.md
docs/content/docs/advanced-features/schema-filtering.md
docs/content/docs/building-applications/_index.md
docs/content/docs/building-applications/documentation.md
docs/content/docs/building-applications/error-handling.md
docs/content/docs/distributed-systems/_index.md
docs/content/docs/distributed-systems/federation.md
docs/content/docs/distributed-systems/pagination-relay.md
docs/content/docs/distributed-systems/remote-graphql.md
docs/content/docs/fundamentals/_index.md
docs/content/docs/fundamentals/async-and-subscriptions.md
docs/content/docs/fundamentals/defining-schemas.md
docs/content/docs/fundamentals/enums-interfaces.md
docs/content/docs/fundamentals/field-types.md
docs/content/docs/fundamentals/getting-started.md
docs/content/docs/fundamentals/mutations.md
docs/content/docs/fundamentals/object-types.md
docs/content/docs/fundamentals/pydantic-and-dataclasses.md
docs/content/docs/production/_index.md
docs/content/docs/production/context-metadata.md
docs/content/docs/production/middleware.md
docs/content/docs/reference/_index.md
docs/content/docs/reference/api-reference.md
docs/content/docs/reference/contributing.md
docs/content/docs/reference/examples.md
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/mutation_schema.py
graphql_api/pydantic.py
graphql_api/pydantic_utils.py
graphql_api/reduce.py
graphql_api/relay.py
graphql_api/remote.py
graphql_api/schema.py
graphql_api/schema_filter.py
graphql_api/type_utils.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_suffixes.py
tests/test_custom_types.py
tests/test_dataclass.py
tests/test_dataclass_relationships.py
tests/test_decorator_patterns.py
tests/test_directives.py
tests/test_docs_advanced.py
tests/test_docs_async_subscriptions.py
tests/test_docs_defining_schemas.py
tests/test_docs_field_types.py
tests/test_docs_getting_started.py
tests/test_docs_relay.py
tests/test_docstrings.py
tests/test_error.py
tests/test_federation.py
tests/test_federation_example.graphql
tests/test_federation_example.py
tests/test_filtering.py
tests/test_graphql.py
tests/test_middleware.py
tests/test_performance.py
tests/test_pydantic.py
tests/test_relay.py
tests/test_remote.py
tests/test_schema.py
tests/test_subscriptions.py
tests/test_unified_vs_explicit_schema.py