strawberry-graphql 0.233.2__tar.gz → 0.234.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/PKG-INFO +1 -1
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/pyproject.toml +1 -1
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/relay/types.py +36 -71
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/relay/utils.py +88 -3
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/fields/resolver.py +13 -18
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/LICENSE +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/README.md +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/__main__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/handlers/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/test/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/test/client.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/annotation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/arguments.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/handlers/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/test/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/test/client.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/auto.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/chalice/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/chalice/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/base.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/http_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/router.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/testing.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/app.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/codegen.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/export_schema.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/schema_codegen.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/server.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/upgrade/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/upgrade/_fake_progress.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/upgrade/_run_codemod.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/constants.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/debug_server.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/utils/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/utils/load_schema.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/exceptions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/print_operation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/python.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/typescript.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/query_codegen.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codemods/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codemods/annotated_unions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/custom_scalar.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/dataloader.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/directive.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/apps.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/context.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/test/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/test/client.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/enum.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/conflicting_arguments.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/duplicated_type_name.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/exception.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/exception_source.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/invalid_argument_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/invalid_union_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/missing_arguments_annotations.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/missing_dependencies.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/missing_field_annotation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/missing_return_annotation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/not_a_strawberry_enum.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/object_is_not_a_class.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/object_is_not_an_enum.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/permission_fail_silently_requires_optional.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/private_strawberry_field.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/scalar_already_registered.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/syntax.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/unresolved_field_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/utils/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/utils/source_finder.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/_compat.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/conversion.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/conversion_types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/error_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/exceptions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/fields.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/object_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/utils.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/LICENSE +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/LICENSE +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/dataclasses.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/mypy_plugin.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/add_validation_rules.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/base_extension.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/context.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/directives.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/disable_validation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/field_extension.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/mask_errors.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/max_aliases.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/max_tokens.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/parser_cache.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/pyinstrument.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/query_depth_limiter.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/runner.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/apollo.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/datadog.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/opentelemetry.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/sentry.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/tracing/utils.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/utils.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/validation_cache.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/context.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/handlers/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/fastapi/router.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/argument.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/enum.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/field.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/mutation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/object_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/scalar.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/schema.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/schema_directive.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/schema_directives.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/federation/union.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/field.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/field_extensions/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/field_extensions/input_mutation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/file_uploads/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/file_uploads/scalars.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/file_uploads/utils.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/flask/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/flask/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/async_base_view.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/base.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/exceptions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/ides.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/sync_base_view.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/temporal_response.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/http/typevars.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/lazy_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/litestar/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/litestar/controller.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/litestar/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/litestar/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/mutation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/object_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/parent.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/permission.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/printer/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/printer/ast_from_value.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/printer/printer.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/private.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/py.typed +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/quart/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/quart/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/relay/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/relay/exceptions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/relay/fields.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/resolvers.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/sanic/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/sanic/context.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/sanic/utils.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/sanic/views.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/scalars.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/base.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/compat.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/config.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/exceptions.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/execute.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/name_converter.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/schema.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/schema_converter.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/types/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/types/base_scalars.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/types/concrete_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/types/scalar.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/validation_rules/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema/validation_rules/one_of.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema_codegen/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema_directive.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/schema_directives.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/starlite/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/starlite/controller.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/starlite/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/starlite/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/static/apollo-sandbox.html +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/static/graphiql.html +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/static/pathfinder.html +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_transport_ws/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_transport_ws/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_ws/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_ws/handlers.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/subscriptions/protocols/graphql_ws/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/test/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/test/client.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/tools/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/tools/create_type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/tools/merge_types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/type.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/execution.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/fields/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/graphql.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/info.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/nodes.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/type_resolver.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/types.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/union.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/unset.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/__init__.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/aio.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/await_maybe.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/dataclasses.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/debug.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/deprecations.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/graphql_lexer.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/importer.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/inspect.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/logging.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/operation.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/str_converters.py +0 -0
- {strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/utils/typing.py +0 -0
@@ -38,7 +38,12 @@ from strawberry.utils.aio import aenumerate, aislice, resolve_awaitable
|
|
38
38
|
from strawberry.utils.inspect import in_async_context
|
39
39
|
from strawberry.utils.typing import eval_type, is_classvar
|
40
40
|
|
41
|
-
from .utils import
|
41
|
+
from .utils import (
|
42
|
+
SliceMetadata,
|
43
|
+
from_base64,
|
44
|
+
should_resolve_list_connection_edges,
|
45
|
+
to_base64,
|
46
|
+
)
|
42
47
|
|
43
48
|
if TYPE_CHECKING:
|
44
49
|
from strawberry.scalars import ID
|
@@ -790,61 +795,13 @@ class ListConnection(Connection[NodeType]):
|
|
790
795
|
https://relay.dev/graphql/connections.htm#sec-Pagination-algorithm
|
791
796
|
|
792
797
|
"""
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
# When the base64 hash doesnt exist, the after_type seems to return
|
801
|
-
# arrayconnEction instead of PREFIX. Let's raise a predictable
|
802
|
-
# instead of "An unknown error occurred."
|
803
|
-
raise TypeError("Argument 'after' contains a non-existing value.")
|
804
|
-
|
805
|
-
start = int(after_parsed) + 1
|
806
|
-
if before:
|
807
|
-
before_type, before_parsed = from_base64(before)
|
808
|
-
if before_type != PREFIX:
|
809
|
-
# When the base64 hash doesnt exist, the after_type seems to return
|
810
|
-
# arrayconnEction instead of PREFIX. Let's raise a predictable
|
811
|
-
# instead of "An unknown error occurred.
|
812
|
-
raise TypeError("Argument 'before' contains a non-existing value.")
|
813
|
-
end = int(before_parsed)
|
814
|
-
|
815
|
-
if isinstance(first, int):
|
816
|
-
if first < 0:
|
817
|
-
raise ValueError("Argument 'first' must be a non-negative integer.")
|
818
|
-
|
819
|
-
if first > max_results:
|
820
|
-
raise ValueError(
|
821
|
-
f"Argument 'first' cannot be higher than {max_results}."
|
822
|
-
)
|
823
|
-
|
824
|
-
if end is not None:
|
825
|
-
start = max(0, end - 1)
|
826
|
-
|
827
|
-
end = start + first
|
828
|
-
if isinstance(last, int):
|
829
|
-
if last < 0:
|
830
|
-
raise ValueError("Argument 'last' must be a non-negative integer.")
|
831
|
-
|
832
|
-
if last > max_results:
|
833
|
-
raise ValueError(
|
834
|
-
f"Argument 'last' cannot be higher than {max_results}."
|
835
|
-
)
|
836
|
-
|
837
|
-
if end is not None:
|
838
|
-
start = max(start, end - last)
|
839
|
-
else:
|
840
|
-
end = sys.maxsize
|
841
|
-
|
842
|
-
if end is None:
|
843
|
-
end = start + max_results
|
844
|
-
|
845
|
-
expected = end - start if end != sys.maxsize else None
|
846
|
-
# Overfetch by 1 to check if we have a next result
|
847
|
-
overfetch = end + 1 if end != sys.maxsize else end
|
798
|
+
slice_metadata = SliceMetadata.from_arguments(
|
799
|
+
info,
|
800
|
+
before=before,
|
801
|
+
after=after,
|
802
|
+
first=first,
|
803
|
+
last=last,
|
804
|
+
)
|
848
805
|
|
849
806
|
type_def = get_object_definition(cls)
|
850
807
|
assert type_def
|
@@ -863,15 +820,17 @@ class ListConnection(Connection[NodeType]):
|
|
863
820
|
try:
|
864
821
|
iterator = cast(
|
865
822
|
Union[AsyncIterator[NodeType], AsyncIterable[NodeType]],
|
866
|
-
cast(Sequence, nodes)[
|
823
|
+
cast(Sequence, nodes)[
|
824
|
+
slice_metadata.start : slice_metadata.overfetch
|
825
|
+
],
|
867
826
|
)
|
868
827
|
except TypeError:
|
869
828
|
# TODO: Why mypy isn't narrowing this based on the if above?
|
870
829
|
assert isinstance(nodes, (AsyncIterator, AsyncIterable))
|
871
830
|
iterator = aislice(
|
872
831
|
nodes,
|
873
|
-
start,
|
874
|
-
overfetch,
|
832
|
+
slice_metadata.start,
|
833
|
+
slice_metadata.overfetch,
|
875
834
|
)
|
876
835
|
|
877
836
|
# The slice above might return an object that now is not async
|
@@ -880,7 +839,7 @@ class ListConnection(Connection[NodeType]):
|
|
880
839
|
edges: List[Edge] = [
|
881
840
|
edge_class.resolve_edge(
|
882
841
|
cls.resolve_node(v, info=info, **kwargs),
|
883
|
-
cursor=start + i,
|
842
|
+
cursor=slice_metadata.start + i,
|
884
843
|
)
|
885
844
|
async for i, v in aenumerate(iterator)
|
886
845
|
]
|
@@ -888,17 +847,20 @@ class ListConnection(Connection[NodeType]):
|
|
888
847
|
edges: List[Edge] = [ # type: ignore[no-redef]
|
889
848
|
edge_class.resolve_edge(
|
890
849
|
cls.resolve_node(v, info=info, **kwargs),
|
891
|
-
cursor=start + i,
|
850
|
+
cursor=slice_metadata.start + i,
|
892
851
|
)
|
893
852
|
for i, v in enumerate(iterator)
|
894
853
|
]
|
895
854
|
|
896
|
-
has_previous_page = start > 0
|
897
|
-
if
|
855
|
+
has_previous_page = slice_metadata.start > 0
|
856
|
+
if (
|
857
|
+
slice_metadata.expected is not None
|
858
|
+
and len(edges) == slice_metadata.expected + 1
|
859
|
+
):
|
898
860
|
# Remove the overfetched result
|
899
861
|
edges = edges[:-1]
|
900
862
|
has_next_page = True
|
901
|
-
elif end == sys.maxsize:
|
863
|
+
elif slice_metadata.end == sys.maxsize:
|
902
864
|
# Last was asked without any after/before
|
903
865
|
assert last is not None
|
904
866
|
original_len = len(edges)
|
@@ -923,14 +885,14 @@ class ListConnection(Connection[NodeType]):
|
|
923
885
|
try:
|
924
886
|
iterator = cast(
|
925
887
|
Union[Iterator[NodeType], Iterable[NodeType]],
|
926
|
-
cast(Sequence, nodes)[start:overfetch],
|
888
|
+
cast(Sequence, nodes)[slice_metadata.start : slice_metadata.overfetch],
|
927
889
|
)
|
928
890
|
except TypeError:
|
929
891
|
assert isinstance(nodes, (Iterable, Iterator))
|
930
892
|
iterator = itertools.islice(
|
931
893
|
nodes,
|
932
|
-
start,
|
933
|
-
overfetch,
|
894
|
+
slice_metadata.start,
|
895
|
+
slice_metadata.overfetch,
|
934
896
|
)
|
935
897
|
|
936
898
|
if not should_resolve_list_connection_edges(info):
|
@@ -947,17 +909,20 @@ class ListConnection(Connection[NodeType]):
|
|
947
909
|
edges = [
|
948
910
|
edge_class.resolve_edge(
|
949
911
|
cls.resolve_node(v, info=info, **kwargs),
|
950
|
-
cursor=start + i,
|
912
|
+
cursor=slice_metadata.start + i,
|
951
913
|
)
|
952
914
|
for i, v in enumerate(iterator)
|
953
915
|
]
|
954
916
|
|
955
|
-
has_previous_page = start > 0
|
956
|
-
if
|
917
|
+
has_previous_page = slice_metadata.start > 0
|
918
|
+
if (
|
919
|
+
slice_metadata.expected is not None
|
920
|
+
and len(edges) == slice_metadata.expected + 1
|
921
|
+
):
|
957
922
|
# Remove the overfetched result
|
958
923
|
edges = edges[:-1]
|
959
924
|
has_next_page = True
|
960
|
-
elif end == sys.maxsize:
|
925
|
+
elif slice_metadata.end == sys.maxsize:
|
961
926
|
# Last was asked without any after/before
|
962
927
|
assert last is not None
|
963
928
|
original_len = len(edges)
|
@@ -1,11 +1,17 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import base64
|
2
|
-
|
3
|
-
|
4
|
+
import dataclasses
|
5
|
+
import sys
|
6
|
+
from typing import TYPE_CHECKING, Any, Tuple, Union
|
7
|
+
from typing_extensions import Self, assert_never
|
4
8
|
|
5
|
-
from strawberry.types.info import Info
|
6
9
|
from strawberry.types.nodes import InlineFragment, Selection
|
7
10
|
from strawberry.types.types import StrawberryObjectDefinition
|
8
11
|
|
12
|
+
if TYPE_CHECKING:
|
13
|
+
from strawberry.types.info import Info
|
14
|
+
|
9
15
|
|
10
16
|
def from_base64(value: str) -> Tuple[str, str]:
|
11
17
|
"""Parse the base64 encoded relay value.
|
@@ -102,3 +108,82 @@ def should_resolve_list_connection_edges(info: Info) -> bool:
|
|
102
108
|
if _check_selection(selection):
|
103
109
|
return True
|
104
110
|
return False
|
111
|
+
|
112
|
+
|
113
|
+
@dataclasses.dataclass
|
114
|
+
class SliceMetadata:
|
115
|
+
start: int
|
116
|
+
end: int
|
117
|
+
expected: int | None
|
118
|
+
|
119
|
+
@property
|
120
|
+
def overfetch(self) -> int:
|
121
|
+
# Overfetch by 1 to check if we have a next result
|
122
|
+
return self.end + 1 if self.end != sys.maxsize else self.end
|
123
|
+
|
124
|
+
@classmethod
|
125
|
+
def from_arguments(
|
126
|
+
cls,
|
127
|
+
info: Info,
|
128
|
+
*,
|
129
|
+
before: str | None = None,
|
130
|
+
after: str | None = None,
|
131
|
+
first: int | None = None,
|
132
|
+
last: int | None = None,
|
133
|
+
) -> Self:
|
134
|
+
"""Get the slice metadata to use on ListConnection."""
|
135
|
+
from strawberry.relay.types import PREFIX
|
136
|
+
|
137
|
+
max_results = info.schema.config.relay_max_results
|
138
|
+
start = 0
|
139
|
+
end: int | None = None
|
140
|
+
|
141
|
+
if after:
|
142
|
+
after_type, after_parsed = from_base64(after)
|
143
|
+
if after_type != PREFIX:
|
144
|
+
raise TypeError("Argument 'after' contains a non-existing value.")
|
145
|
+
|
146
|
+
start = int(after_parsed) + 1
|
147
|
+
if before:
|
148
|
+
before_type, before_parsed = from_base64(before)
|
149
|
+
if before_type != PREFIX:
|
150
|
+
raise TypeError("Argument 'before' contains a non-existing value.")
|
151
|
+
end = int(before_parsed)
|
152
|
+
|
153
|
+
if isinstance(first, int):
|
154
|
+
if first < 0:
|
155
|
+
raise ValueError("Argument 'first' must be a non-negative integer.")
|
156
|
+
|
157
|
+
if first > max_results:
|
158
|
+
raise ValueError(
|
159
|
+
f"Argument 'first' cannot be higher than {max_results}."
|
160
|
+
)
|
161
|
+
|
162
|
+
if end is not None:
|
163
|
+
start = max(0, end - 1)
|
164
|
+
|
165
|
+
end = start + first
|
166
|
+
if isinstance(last, int):
|
167
|
+
if last < 0:
|
168
|
+
raise ValueError("Argument 'last' must be a non-negative integer.")
|
169
|
+
|
170
|
+
if last > max_results:
|
171
|
+
raise ValueError(
|
172
|
+
f"Argument 'last' cannot be higher than {max_results}."
|
173
|
+
)
|
174
|
+
|
175
|
+
if end is not None:
|
176
|
+
start = max(start, end - last)
|
177
|
+
else:
|
178
|
+
end = sys.maxsize
|
179
|
+
|
180
|
+
if end is None:
|
181
|
+
end = start + max_results
|
182
|
+
|
183
|
+
expected = end - start if end != sys.maxsize else None
|
184
|
+
|
185
|
+
return cls(
|
186
|
+
start=start,
|
187
|
+
end=end,
|
188
|
+
expected=expected,
|
189
|
+
)
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/types/fields/resolver.py
RENAMED
@@ -231,30 +231,25 @@ class StrawberryResolver(Generic[T]):
|
|
231
231
|
@cached_property
|
232
232
|
def arguments(self) -> List[StrawberryArgument]:
|
233
233
|
"""Resolver arguments exposed in the GraphQL Schema."""
|
234
|
-
|
235
|
-
|
236
|
-
populated_reserved_parameters = set(
|
237
|
-
key for key, value in self.reserved_parameters.items() if value is not None
|
238
|
-
)
|
234
|
+
root_parameter = self.reserved_parameters.get(ROOT_PARAMSPEC)
|
235
|
+
parent_parameter = self.reserved_parameters.get(PARENT_PARAMSPEC)
|
239
236
|
|
237
|
+
# TODO: Maybe use SELF_PARAMSPEC in the future? Right now
|
238
|
+
# it would prevent some common pattern for integrations
|
239
|
+
# (e.g. django) of typing the `root` parameters as the
|
240
|
+
# type of the real object being used
|
240
241
|
if (
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
# (e.g. django) of typing the `root` parameters as the
|
246
|
-
# type of the real object being used
|
247
|
-
& {ROOT_PARAMSPEC, PARENT_PARAMSPEC}
|
248
|
-
)
|
249
|
-
) and len(conflicting_arguments) > 1:
|
242
|
+
root_parameter is not None
|
243
|
+
and parent_parameter is not None
|
244
|
+
and root_parameter.name != parent_parameter.name
|
245
|
+
):
|
250
246
|
raise ConflictingArgumentsError(
|
251
247
|
self,
|
252
|
-
[
|
253
|
-
cast(Parameter, self.reserved_parameters[key]).name
|
254
|
-
for key in conflicting_arguments
|
255
|
-
],
|
248
|
+
[root_parameter.name, parent_parameter.name],
|
256
249
|
)
|
257
250
|
|
251
|
+
parameters = self.signature.parameters.values()
|
252
|
+
reserved_parameters = set(self.reserved_parameters.values())
|
258
253
|
missing_annotations: List[str] = []
|
259
254
|
arguments: List[StrawberryArgument] = []
|
260
255
|
user_parameters = (p for p in parameters if p not in reserved_parameters)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/handlers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/aiohttp/test/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/asgi/handlers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/channels/handlers/ws_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/codegen.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/export_schema.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/commands/schema_codegen.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/cli/utils/load_schema.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/python.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/plugins/typescript.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codegen/query_codegen.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/codemods/annotated_unions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/django/test/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/exception.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/exception_source.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/exceptions/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/fields.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/experimental/pydantic/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/LICENSE
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/ext/dataclasses/dataclasses.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/base_extension.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.233.2 → strawberry_graphql-0.234.0}/strawberry/extensions/directives.py
RENAMED
File without changes
|
File without changes
|