strawberry-graphql 0.288.2__tar.gz → 0.288.4__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.288.2 → strawberry_graphql-0.288.4}/PKG-INFO +5 -5
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/pyproject.toml +21 -17
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/static/graphiql.html +75 -12
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/arguments.py +10 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/LICENSE +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/README.md +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/__main__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/aiohttp/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/aiohttp/test/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/aiohttp/test/client.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/aiohttp/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/annotation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/asgi/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/asgi/test/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/asgi/test/client.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/chalice/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/chalice/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/base.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/http_handler.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/ws_handler.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/router.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/testing.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/app.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/codegen.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/dev.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/export_schema.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/locate_definition.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/schema_codegen.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/server.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/upgrade/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/upgrade/_fake_progress.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/upgrade/_run_codemod.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/constants.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/dev_server.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/utils/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/utils/load_schema.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/exceptions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/print_operation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/python.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/typescript.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/query_codegen.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/annotated_unions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/maybe_optional.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/replace_scalar_wrappers.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/update_imports.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/dataloader.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/directive.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/apps.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/context.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/test/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/test/client.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/conflicting_arguments.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/duplicated_type_name.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/exception.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/exception_source.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/handler.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/invalid_argument_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/invalid_superclass_interface.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/invalid_union_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/missing_arguments_annotations.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/missing_dependencies.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/missing_field_annotation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/missing_return_annotation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/object_is_not_a_class.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/object_is_not_an_enum.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/permission_fail_silently_requires_optional.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/private_strawberry_field.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/scalar_already_registered.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/syntax.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/unresolved_field_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/utils/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/utils/source_finder.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/_compat.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/conversion.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/conversion_types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/error_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/exceptions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/fields.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/object_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/LICENSE +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/LICENSE +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/README.md +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/dataclasses.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/mypy_plugin.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/add_validation_rules.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/base_extension.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/context.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/directives.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/disable_introspection.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/disable_validation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/field_extension.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/mask_errors.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/max_aliases.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/max_tokens.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/parser_cache.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/pyinstrument.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/query_depth_limiter.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/runner.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/apollo.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/datadog.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/opentelemetry.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/validation_cache.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/fastapi/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/fastapi/context.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/fastapi/router.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/argument.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/enum.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/field.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/mutation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/object_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/scalar.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/schema.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/schema_directive.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/schema_directives.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/union.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/versions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/field_extensions/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/field_extensions/input_mutation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/file_uploads/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/file_uploads/scalars.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/file_uploads/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/flask/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/flask/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/async_base_view.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/base.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/exceptions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/ides.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/parse_content_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/sync_base_view.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/temporal_response.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/http/typevars.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/litestar/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/litestar/controller.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/parent.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/permission.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/printer/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/printer/ast_from_value.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/printer/printer.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/py.typed +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/quart/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/quart/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/relay/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/relay/exceptions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/relay/fields.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/relay/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/relay/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/resolvers.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/sanic/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/sanic/context.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/sanic/utils.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/sanic/views.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/scalars.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/_graphql_core.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/base.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/compat.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/config.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/exceptions.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/name_converter.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/schema.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/schema_converter.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/types/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/types/base_scalars.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/types/concrete_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/types/scalar.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/validation_rules/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/validation_rules/maybe_null.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema/validation_rules/one_of.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema_codegen/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema_directive.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/schema_directives.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/static/apollo-sandbox.html +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/static/pathfinder.html +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/streamable.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_transport_ws/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_transport_ws/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_ws/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_ws/handlers.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/subscriptions/protocols/graphql_ws/types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/test/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/test/client.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/tools/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/tools/create_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/tools/merge_types.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/auto.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/base.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/cast.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/enum.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/execution.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/field.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/fields/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/fields/resolver.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/graphql.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/info.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/lazy_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/maybe.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/mutation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/nodes.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/object_type.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/private.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/scalar.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/type_resolver.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/union.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/types/unset.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/__init__.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/aio.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/await_maybe.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/deprecations.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/importer.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/inspect.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/locate_definition.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/logging.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/operation.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/str_converters.py +0 -0
- {strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/utils/typing.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: strawberry-graphql
|
|
3
|
-
Version: 0.288.
|
|
3
|
+
Version: 0.288.4
|
|
4
4
|
Summary: A library for creating GraphQL APIs
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -31,9 +31,9 @@ Provides-Extra: quart
|
|
|
31
31
|
Provides-Extra: sanic
|
|
32
32
|
Requires-Dist: Django (>=3.2) ; extra == "django"
|
|
33
33
|
Requires-Dist: aiohttp (>=3.7.4.post0,<4) ; extra == "aiohttp"
|
|
34
|
-
Requires-Dist: asgiref (>=3.2
|
|
35
|
-
Requires-Dist: asgiref (>=3.2
|
|
36
|
-
Requires-Dist: chalice (>=1.22
|
|
34
|
+
Requires-Dist: asgiref (>=3.2) ; extra == "channels"
|
|
35
|
+
Requires-Dist: asgiref (>=3.2) ; extra == "django"
|
|
36
|
+
Requires-Dist: chalice (>=1.22) ; extra == "chalice"
|
|
37
37
|
Requires-Dist: channels (>=3.0.5) ; extra == "channels"
|
|
38
38
|
Requires-Dist: cross-web (>=0.4.0)
|
|
39
39
|
Requires-Dist: fastapi (>=0.65.2) ; extra == "fastapi"
|
|
@@ -47,8 +47,8 @@ Requires-Dist: opentelemetry-api (<2) ; extra == "opentelemetry"
|
|
|
47
47
|
Requires-Dist: opentelemetry-sdk (<2) ; extra == "opentelemetry"
|
|
48
48
|
Requires-Dist: packaging (>=23)
|
|
49
49
|
Requires-Dist: pydantic (>1.6.1) ; extra == "pydantic"
|
|
50
|
+
Requires-Dist: pygments (>=2.3) ; extra == "cli"
|
|
50
51
|
Requires-Dist: pygments (>=2.3) ; extra == "debug-server"
|
|
51
|
-
Requires-Dist: pygments (>=2.3,<3.0) ; extra == "cli"
|
|
52
52
|
Requires-Dist: pyinstrument (>=4.0.0) ; extra == "pyinstrument"
|
|
53
53
|
Requires-Dist: python-dateutil (>=2.7)
|
|
54
54
|
Requires-Dist: python-multipart (>=0.0.7) ; extra == "asgi"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "strawberry-graphql"
|
|
3
|
-
version = "0.288.
|
|
3
|
+
version = "0.288.4"
|
|
4
4
|
description = "A library for creating GraphQL APIs"
|
|
5
5
|
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -50,18 +50,18 @@ debug-server = [
|
|
|
50
50
|
"rich>=12.0.0",
|
|
51
51
|
"libcst",
|
|
52
52
|
]
|
|
53
|
-
django = ["Django>=3.2", "asgiref
|
|
54
|
-
channels = ["channels>=3.0.5", "asgiref
|
|
53
|
+
django = ["Django>=3.2", "asgiref>=3.2"]
|
|
54
|
+
channels = ["channels>=3.0.5", "asgiref>=3.2"]
|
|
55
55
|
flask = ["flask>=1.1"]
|
|
56
56
|
quart = ["quart>=0.19.3"]
|
|
57
57
|
opentelemetry = ["opentelemetry-api<2", "opentelemetry-sdk<2"]
|
|
58
58
|
pydantic = ["pydantic>1.6.1"]
|
|
59
59
|
sanic = ["sanic>=20.12.2"]
|
|
60
60
|
fastapi = ["fastapi>=0.65.2", "python-multipart>=0.0.7"]
|
|
61
|
-
chalice = ["chalice
|
|
61
|
+
chalice = ["chalice>=1.22"]
|
|
62
62
|
cli = [
|
|
63
63
|
"typer>=0.12.4",
|
|
64
|
-
"pygments
|
|
64
|
+
"pygments>=2.3",
|
|
65
65
|
"rich>=12.0.0",
|
|
66
66
|
"libcst",
|
|
67
67
|
"starlette>=0.18.0",
|
|
@@ -79,26 +79,26 @@ dev = [
|
|
|
79
79
|
"email-validator (>=1.1.3,<3.0.0)",
|
|
80
80
|
"freezegun (>=1.2.1,<2.0.0)",
|
|
81
81
|
"libcst (>=1.8.2,<2.0.0)",
|
|
82
|
-
"markupsafe (
|
|
83
|
-
"nox (
|
|
82
|
+
"markupsafe (~=3.0.3)",
|
|
83
|
+
"nox (~=2025.11.12)",
|
|
84
84
|
"nox-poetry (>=1.0.3,<2.0.0)",
|
|
85
85
|
"opentelemetry-api (<2)",
|
|
86
86
|
"opentelemetry-sdk (<2)",
|
|
87
87
|
"pygments (>=2.3,<3.0)",
|
|
88
88
|
"pyinstrument (>=4.0.0)",
|
|
89
|
-
"pytest (
|
|
90
|
-
"pytest-asyncio (
|
|
89
|
+
"pytest (~=9.0.2)",
|
|
90
|
+
"pytest-asyncio (~=1.3.0)",
|
|
91
91
|
"pytest-codspeed (>=4.2.0)",
|
|
92
|
-
"pytest-cov (
|
|
92
|
+
"pytest-cov (~=7.0.0)",
|
|
93
93
|
"pytest-emoji (>=0.2.0,<0.3.0)",
|
|
94
94
|
"pytest-mock (>=3.10,<4.0)",
|
|
95
95
|
"pytest-snapshot (>=0.9.0,<0.10.0)",
|
|
96
96
|
"pytest-xdist[psutil] (>=3.1.0,<4.0.0)",
|
|
97
97
|
"python-multipart (>=0.0.7)",
|
|
98
98
|
"rich (>=12.5.1)",
|
|
99
|
-
"sanic-testing (
|
|
99
|
+
"sanic-testing (~=24.6.0)",
|
|
100
100
|
"typer (>=0.12.4)",
|
|
101
|
-
"types-aiofiles (
|
|
101
|
+
"types-aiofiles (~=25.1.0.20251011)",
|
|
102
102
|
"types-certifi (>=2021.10.8,<2022.0.0)",
|
|
103
103
|
"types-chardet (>=5.0.4,<6.0.0)",
|
|
104
104
|
"types-freezegun (>=1.1.9,<2.0.0)",
|
|
@@ -106,17 +106,17 @@ dev = [
|
|
|
106
106
|
"types-toml (>=0.10.8,<0.11.0)",
|
|
107
107
|
"types-typed-ast (>=1.5.8,<2.0.0)",
|
|
108
108
|
"types-ujson (>=5.10.0.20250326,<6.0.0.0)",
|
|
109
|
-
"types-protobuf (
|
|
109
|
+
"types-protobuf (~=6.32.1.20251210)",
|
|
110
110
|
"poetry-plugin-export (>=1.6.0,<2.0.0)",
|
|
111
111
|
# another bug in poetry
|
|
112
|
-
"urllib3 (
|
|
113
|
-
"inline-snapshot (
|
|
112
|
+
"urllib3 (~=2.6.3)",
|
|
113
|
+
"inline-snapshot (~=0.31.1)",
|
|
114
114
|
"types-deprecated (>=1.2.15.20241117,<2.0.0.0)",
|
|
115
115
|
"types-six (>=1.17.0.20250403,<2.0.0.0)",
|
|
116
116
|
"types-pyyaml (>=6.0.12.20240917,<7.0.0.0)",
|
|
117
117
|
"mypy (>=1.15.0,<2.0.0)",
|
|
118
|
-
"pyright (
|
|
119
|
-
"codeflash (>=0.
|
|
118
|
+
"pyright (~=1.1.408)",
|
|
119
|
+
"codeflash (>=0.19.1)",
|
|
120
120
|
"pre-commit",
|
|
121
121
|
]
|
|
122
122
|
integrations = [
|
|
@@ -163,6 +163,7 @@ markers = [
|
|
|
163
163
|
"starlette",
|
|
164
164
|
]
|
|
165
165
|
asyncio_mode = "auto"
|
|
166
|
+
asyncio_default_fixture_loop_scope = "function"
|
|
166
167
|
filterwarnings = [
|
|
167
168
|
"ignore::DeprecationWarning:strawberry.*.resolver",
|
|
168
169
|
"ignore:LazyType is deprecated:DeprecationWarning",
|
|
@@ -394,6 +395,9 @@ exclude = ['tests/codegen/snapshots/', 'tests/cli/snapshots/']
|
|
|
394
395
|
[tool.ruff.lint.pydocstyle]
|
|
395
396
|
convention = "google"
|
|
396
397
|
|
|
398
|
+
[tool.inline-snapshot]
|
|
399
|
+
format-command = ["ruff", "format"]
|
|
400
|
+
|
|
397
401
|
[tool.codeflash]
|
|
398
402
|
# All paths are relative to this pyproject.toml's directory.
|
|
399
403
|
module-root = "strawberry"
|
|
@@ -114,7 +114,38 @@
|
|
|
114
114
|
#
|
|
115
115
|
`;
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
// Parse URL parameters for sharing queries
|
|
118
|
+
const parameters = {};
|
|
119
|
+
|
|
120
|
+
for (const entry of window.location.search.slice(1).split("&")) {
|
|
121
|
+
const eq = entry.indexOf("=");
|
|
122
|
+
if (eq >= 0) {
|
|
123
|
+
parameters[decodeURIComponent(entry.slice(0, eq))] =
|
|
124
|
+
decodeURIComponent(entry.slice(eq + 1));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function updateURL(data) {
|
|
129
|
+
Object.assign(parameters, data);
|
|
130
|
+
|
|
131
|
+
const newSearch =
|
|
132
|
+
"?" +
|
|
133
|
+
Object.keys(parameters)
|
|
134
|
+
.filter(function (key) {
|
|
135
|
+
return Boolean(parameters[key]);
|
|
136
|
+
})
|
|
137
|
+
.map(function (key) {
|
|
138
|
+
return (
|
|
139
|
+
encodeURIComponent(key) +
|
|
140
|
+
"=" +
|
|
141
|
+
encodeURIComponent(parameters[key])
|
|
142
|
+
);
|
|
143
|
+
})
|
|
144
|
+
.join("&");
|
|
145
|
+
history.replaceState(null, null, newSearch);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
const fetchURL = window.location.href.split("?")[0];
|
|
118
149
|
|
|
119
150
|
function httpUrlToWebSockeUrl(url) {
|
|
120
151
|
const parsedURL = new URL(url);
|
|
@@ -124,33 +155,65 @@
|
|
|
124
155
|
return parsedURL.toString();
|
|
125
156
|
}
|
|
126
157
|
|
|
127
|
-
const
|
|
158
|
+
const defaultHeaders = {};
|
|
128
159
|
const csrfToken = Cookies.get("csrftoken");
|
|
129
160
|
|
|
130
161
|
if (csrfToken) {
|
|
131
|
-
|
|
162
|
+
defaultHeaders["x-csrftoken"] = csrfToken;
|
|
132
163
|
}
|
|
133
164
|
|
|
134
165
|
const subscriptionUrl = httpUrlToWebSockeUrl(fetchURL);
|
|
135
166
|
|
|
136
167
|
const fetcher = GraphiQL.createFetcher({
|
|
137
168
|
url: fetchURL,
|
|
138
|
-
headers:
|
|
169
|
+
headers: defaultHeaders,
|
|
139
170
|
subscriptionUrl,
|
|
140
171
|
});
|
|
141
172
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
173
|
+
function GraphiQLWithExplorer() {
|
|
174
|
+
const [query, setQuery] = React.useState(
|
|
175
|
+
parameters.q || EXAMPLE_QUERY,
|
|
176
|
+
);
|
|
177
|
+
const [variables, setVariables] = React.useState(
|
|
178
|
+
parameters.variables,
|
|
179
|
+
);
|
|
180
|
+
const [headers, setHeaders] = React.useState(parameters.headers);
|
|
181
|
+
|
|
182
|
+
function onEditQuery(newQuery) {
|
|
183
|
+
setQuery(newQuery);
|
|
184
|
+
updateURL({ q: newQuery });
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
function onEditVariables(newVariables) {
|
|
188
|
+
setVariables(newVariables);
|
|
189
|
+
updateURL({ variables: newVariables });
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
function onEditHeaders(newHeaders) {
|
|
193
|
+
setHeaders(newHeaders);
|
|
194
|
+
updateURL({ headers: newHeaders });
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin();
|
|
198
|
+
|
|
199
|
+
return React.createElement(GraphiQL, {
|
|
148
200
|
fetcher: fetcher,
|
|
149
201
|
defaultEditorToolsVisibility: true,
|
|
150
202
|
plugins: [explorerPlugin],
|
|
203
|
+
query: query,
|
|
204
|
+
variables: variables,
|
|
205
|
+
headers: headers,
|
|
206
|
+
onEditQuery: onEditQuery,
|
|
207
|
+
onEditVariables: onEditVariables,
|
|
208
|
+
onEditHeaders: onEditHeaders,
|
|
151
209
|
inputValueDeprecation: true,
|
|
152
|
-
|
|
153
|
-
|
|
210
|
+
isHeadersEditorEnabled: true,
|
|
211
|
+
shouldPersistHeaders: true,
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
const root = ReactDOM.createRoot(document.getElementById("graphiql"));
|
|
216
|
+
root.render(React.createElement(GraphiQLWithExplorer));
|
|
154
217
|
</script>
|
|
155
218
|
</body>
|
|
156
219
|
</html>
|
|
@@ -195,6 +195,16 @@ def convert_argument(
|
|
|
195
195
|
|
|
196
196
|
return Some(res)
|
|
197
197
|
|
|
198
|
+
if value is None:
|
|
199
|
+
from strawberry.exceptions import StrawberryGraphQLError
|
|
200
|
+
|
|
201
|
+
type_name = getattr(type_.of_type, "__name__", str(type_.of_type))
|
|
202
|
+
raise StrawberryGraphQLError(
|
|
203
|
+
f"Expected value of type '{type_name}', found null. "
|
|
204
|
+
f"Field of type 'Maybe[{type_name}]' cannot be explicitly set to null. "
|
|
205
|
+
f"Use 'Maybe[{type_name} | None]' if you need to allow null values."
|
|
206
|
+
)
|
|
207
|
+
|
|
198
208
|
# This is Maybe[T] - validation for null values is handled by MaybeNullValidationRule
|
|
199
209
|
# Convert the value and wrap in Some()
|
|
200
210
|
res = convert_argument(value, type_.of_type, scalar_registry, config)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/aiohttp/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/__init__.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/channels/handlers/base.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/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.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/__init__.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/codegen.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/commands/export_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/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.288.2 → strawberry_graphql-0.288.4}/strawberry/cli/utils/load_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/python.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/plugins/typescript.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codegen/query_codegen.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/annotated_unions.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/maybe_optional.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/codemods/update_imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/django/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.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/exception.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/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.288.2 → strawberry_graphql-0.288.4}/strawberry/exceptions/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/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.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/fields.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/experimental/pydantic/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/LICENSE
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/README.md
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/__init__.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/ext/dataclasses/dataclasses.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/base_extension.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/directives.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/field_extension.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/mask_errors.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/max_aliases.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/max_tokens.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/parser_cache.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/pyinstrument.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/__init__.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/apollo.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/datadog.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/tracing/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/extensions/validation_cache.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.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/object_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/schema_directive.py
RENAMED
|
File without changes
|
{strawberry_graphql-0.288.2 → strawberry_graphql-0.288.4}/strawberry/federation/schema_directives.py
RENAMED
|
File without changes
|