CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
berryql/__init__.py
berryql/mutations.py
berryql/registry.py
berryql.egg-info/PKG-INFO
berryql.egg-info/SOURCES.txt
berryql.egg-info/dependency_links.txt
berryql.egg-info/requires.txt
berryql.egg-info/top_level.txt
berryql/adapters/__init__.py
berryql/adapters/base.py
berryql/adapters/mssql.py
berryql/adapters/postgres.py
berryql/adapters/sqlite.py
berryql/core/__init__.py
berryql/core/analyzer.py
berryql/core/enum_utils.py
berryql/core/fields.py
berryql/core/filters.py
berryql/core/hydration.py
berryql/core/naming.py
berryql/core/selection.py
berryql/core/utils.py
berryql/sql/builders.py
berryql/sql/enum_helpers.py
examples/main.py
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/models.py
tests/schema.py
tests/test_adapters_matrix.py
tests/test_aggregate_counts.py
tests/test_aggregate_function.py
tests/test_arguments_mapping.py
tests/test_async_filter_args.py
tests/test_async_where.py
tests/test_backref_and_errors.py
tests/test_basic.py
tests/test_binary_array.py
tests/test_binary_array_graphql.py
tests/test_callable_where_pushdown.py
tests/test_camel_case.py
tests/test_context_gating.py
tests/test_custom_field.py
tests/test_custom_fields_inputs.py
tests/test_custom_object_field.py
tests/test_deep_nested_fallback.py
tests/test_default_arg_descriptions.py
tests/test_default_ordering.py
tests/test_domain_descriptions.py
tests/test_domain_strawberry_fields.py
tests/test_domain_subscription_naming.py
tests/test_domain_type_scope.py
tests/test_domains.py
tests/test_enum_db_normalization.py
tests/test_execution_basic.py
tests/test_filters_arguments.py
tests/test_graphql_aliases_and_fragments.py
tests/test_graphql_descriptions.py
tests/test_graphql_mutation_descriptions.py
tests/test_jsonb.py
tests/test_multilevel_nesting.py
tests/test_mutation_and_subscription_strawberry.py
tests/test_mutation_batch.py
tests/test_mutation_batch_concurrent_issue.py
tests/test_mutation_delete.py
tests/test_mutation_domains.py
tests/test_mutation_hooks.py
tests/test_mutation_hooks_async.py
tests/test_mutation_nested.py
tests/test_mutation_parent_single_relation.py
tests/test_mutation_polymorphic_relation.py
tests/test_mutation_root_array_payload.py
tests/test_mutation_scope.py
tests/test_mutation_scope_descriptor.py
tests/test_mutation_single_payload.py
tests/test_mutation_single_payload_with_nested.py
tests/test_name_converter.py
tests/test_nested_domains.py
tests/test_nested_mutations.py
tests/test_nested_relations.py
tests/test_non_exposed_methods.py
tests/test_ordering.py
tests/test_pagination_pushdown.py
tests/test_parent_single_relation_mutation.py
tests/test_polymorphic_relation_mutation.py
tests/test_polymorphic_relations.py
tests/test_post_comment_like_count.py
tests/test_posts_commented_by_filter.py
tests/test_query_strawberry_field.py
tests/test_read_only_fields.py
tests/test_relation_argument_pushdown.py
tests/test_relation_filters.py
tests/test_relation_order_by_callable.py
tests/test_relations_chain.py
tests/test_relations_pagination_aggregate.py
tests/test_schema_shape.py
tests/test_single_relations_args.py
tests/test_sql_projection.py
tests/test_strawberry_fields.py
tests/test_strawberry_mutation_not_on_query.py
tests/test_type_scope.py
tests/test_view_type_scope.py
tests/test_where.py
tests/test_where_argument.py
tests/test_where_validation.py
tests/test_write_only_fields.py