strawberry-graphql 0.183.3__tar.gz → 0.183.5__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.183.3 → strawberry_graphql-0.183.5}/PKG-INFO +1 -1
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/pyproject.toml +1 -1
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/types.py +1 -8
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/inspect.py +15 -39
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/typing.py +73 -40
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/LICENSE +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/README.md +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/__main__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/handlers/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/test/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/test/client.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/views.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/annotation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/arguments.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/handlers/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/test/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/asgi/test/client.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/auto.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/chalice/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/chalice/views.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/base.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/http_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/router.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/testing.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/codegen.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/export_schema.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/server.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/constants.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/debug_server.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/utils/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/utils/load_schema.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/exceptions.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/print_operation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/python.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/typescript.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/query_codegen.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/custom_scalar.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/dataloader.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/directive.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/apps.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/context.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/test/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/test/client.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/django/views.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/enum.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/duplicated_type_name.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/exception.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/exception_source.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/invalid_argument_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/invalid_union_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/missing_arguments_annotations.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/missing_field_annotation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/missing_return_annotation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/not_a_strawberry_enum.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/object_is_not_a_class.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/object_is_not_an_enum.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/private_strawberry_field.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/scalar_already_registered.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/syntax.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/unresolved_field_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/utils/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/utils/source_finder.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/conversion.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/conversion_types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/error_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/exceptions.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/fields.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/object_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/LICENSE +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/LICENSE +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/dataclasses.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/mypy_plugin.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/add_validation_rules.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/base_extension.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/context.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/directives.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/disable_validation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/field_extension.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/mask_errors.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/max_aliases.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/max_tokens.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/parser_cache.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/pyinstrument.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/query_depth_limiter.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/runner.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/apollo.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/datadog.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/opentelemetry.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/sentry.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/validation_cache.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/context.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/handlers/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/router.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/argument.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/enum.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/field.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/mutation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/object_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/scalar.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/schema.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/schema_directive.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/schema_directives.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/union.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/field.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/field_extensions/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/field_extensions/input_mutation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/file_uploads/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/file_uploads/scalars.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/file_uploads/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/flask/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/flask/graphiql.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/flask/views.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/async_base_view.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/base.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/exceptions.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/sync_base_view.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/temporal_response.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/http/typevars.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/lazy_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/mutation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/object_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/permission.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/printer/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/printer/ast_from_value.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/printer/printer.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/private.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/py.typed +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/relay/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/relay/exceptions.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/relay/fields.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/relay/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/relay/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/resolvers.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/sanic/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/sanic/context.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/sanic/graphiql.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/sanic/utils.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/sanic/views.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/scalars.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/base.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/compat.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/config.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/exceptions.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/execute.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/name_converter.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/schema.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/schema_converter.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/types/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/types/base_scalars.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/types/concrete_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema/types/scalar.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/schema_directive.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/starlite/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/starlite/controller.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/starlite/handlers/graphql_transport_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/starlite/handlers/graphql_ws_handler.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/static/graphiql.html +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_transport_ws/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_transport_ws/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_ws/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_ws/handlers.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/subscriptions/protocols/graphql_ws/types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/test/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/test/client.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/tools/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/tools/create_type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/tools/merge_types.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/type.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/execution.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/fields/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/fields/resolver.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/graphql.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/info.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/nodes.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/types/type_resolver.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/union.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/unset.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/__init__.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/aio.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/await_maybe.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/cached_property.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/dataclasses.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/debug.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/graphiql.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/graphql_lexer.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/importer.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/logging.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/operation.py +0 -0
- {strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/utils/str_converters.py +0 -0
@@ -16,7 +16,6 @@ from typing import (
|
|
16
16
|
from typing_extensions import Self
|
17
17
|
|
18
18
|
from strawberry.type import StrawberryType, StrawberryTypeVar
|
19
|
-
from strawberry.utils.inspect import get_specialized_type_var_map
|
20
19
|
from strawberry.utils.typing import is_generic as is_type_generic
|
21
20
|
|
22
21
|
if TYPE_CHECKING:
|
@@ -116,13 +115,7 @@ class TypeDefinition(StrawberryType):
|
|
116
115
|
|
117
116
|
@property
|
118
117
|
def is_specialized_generic(self) -> bool:
|
119
|
-
|
120
|
-
return False
|
121
|
-
|
122
|
-
type_var_map = get_specialized_type_var_map(self.origin, include_type_vars=True)
|
123
|
-
return type_var_map is None or not any(
|
124
|
-
isinstance(arg, TypeVar) for arg in type_var_map.values()
|
125
|
-
)
|
118
|
+
return self.is_generic and not getattr(self.origin, "__parameters__", None)
|
126
119
|
|
127
120
|
@property
|
128
121
|
def type_params(self) -> List[TypeVar]:
|
@@ -1,8 +1,15 @@
|
|
1
1
|
import asyncio
|
2
2
|
import inspect
|
3
3
|
from functools import lru_cache
|
4
|
-
from typing import
|
5
|
-
|
4
|
+
from typing import (
|
5
|
+
Any,
|
6
|
+
Callable,
|
7
|
+
Dict,
|
8
|
+
List,
|
9
|
+
Optional,
|
10
|
+
TypeVar,
|
11
|
+
)
|
12
|
+
from typing_extensions import get_args
|
6
13
|
|
7
14
|
|
8
15
|
def in_async_context() -> bool:
|
@@ -29,36 +36,7 @@ def get_func_args(func: Callable[[Any], Any]) -> List[str]:
|
|
29
36
|
]
|
30
37
|
|
31
38
|
|
32
|
-
|
33
|
-
def get_specialized_type_var_map(
|
34
|
-
cls: type,
|
35
|
-
*,
|
36
|
-
include_type_vars: Literal[True],
|
37
|
-
) -> Optional[Dict[TypeVar, Union[TypeVar, type]]]:
|
38
|
-
...
|
39
|
-
|
40
|
-
|
41
|
-
@overload
|
42
|
-
def get_specialized_type_var_map(
|
43
|
-
cls: type,
|
44
|
-
*,
|
45
|
-
include_type_vars: Literal[False] = ...,
|
46
|
-
) -> Optional[Dict[TypeVar, type]]:
|
47
|
-
...
|
48
|
-
|
49
|
-
|
50
|
-
@overload
|
51
|
-
def get_specialized_type_var_map(
|
52
|
-
cls: type,
|
53
|
-
*,
|
54
|
-
include_type_vars: bool,
|
55
|
-
) -> Optional[
|
56
|
-
Union[Optional[Dict[TypeVar, type]], Dict[TypeVar, Union[TypeVar, type]]]
|
57
|
-
]:
|
58
|
-
...
|
59
|
-
|
60
|
-
|
61
|
-
def get_specialized_type_var_map(cls: type, *, include_type_vars: bool = False):
|
39
|
+
def get_specialized_type_var_map(cls: type) -> Optional[Dict[TypeVar, type]]:
|
62
40
|
"""Get a type var map for specialized types.
|
63
41
|
|
64
42
|
Consider the following:
|
@@ -85,8 +63,6 @@ def get_specialized_type_var_map(cls: type, *, include_type_vars: bool = False):
|
|
85
63
|
None
|
86
64
|
>>> get_specialized_type_var_map(Foo)
|
87
65
|
{}
|
88
|
-
>>> get_specialized_type_var_map(Foo, include_type_vars=True)
|
89
|
-
{~T: ~T}
|
90
66
|
>>> get_specialized_type_var_map(Bar)
|
91
67
|
{~T: ~T}
|
92
68
|
>>> get_specialized_type_var_map(IntBar)
|
@@ -104,6 +80,10 @@ def get_specialized_type_var_map(cls: type, *, include_type_vars: bool = False):
|
|
104
80
|
|
105
81
|
type_var_map = {}
|
106
82
|
|
83
|
+
# only get type vars for base generics (ie. Generic[T]) and for strawberry types
|
84
|
+
|
85
|
+
orig_bases = [b for b in orig_bases if hasattr(b, "_type_definition")]
|
86
|
+
|
107
87
|
for base in orig_bases:
|
108
88
|
# Recursively get type var map from base classes
|
109
89
|
base_type_var_map = get_specialized_type_var_map(base)
|
@@ -121,11 +101,7 @@ def get_specialized_type_var_map(cls: type, *, include_type_vars: bool = False):
|
|
121
101
|
continue
|
122
102
|
|
123
103
|
type_var_map.update(
|
124
|
-
{
|
125
|
-
p: a
|
126
|
-
for p, a in zip(params, args)
|
127
|
-
if include_type_vars or not isinstance(a, TypeVar)
|
128
|
-
}
|
104
|
+
{p: a for p, a in zip(params, args) if not isinstance(a, TypeVar)}
|
129
105
|
)
|
130
106
|
|
131
107
|
return type_var_map
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import ast
|
2
|
-
import re
|
3
2
|
import sys
|
4
3
|
import typing
|
5
4
|
from functools import lru_cache
|
@@ -12,6 +11,7 @@ from typing import ( # type: ignore
|
|
12
11
|
Dict,
|
13
12
|
ForwardRef,
|
14
13
|
Generic,
|
14
|
+
List,
|
15
15
|
Optional,
|
16
16
|
Tuple,
|
17
17
|
Type,
|
@@ -222,9 +222,66 @@ def _ast_replace_union_operation(
|
|
222
222
|
return expr
|
223
223
|
|
224
224
|
|
225
|
-
|
226
|
-
|
227
|
-
|
225
|
+
def _get_namespace_from_ast(
|
226
|
+
expr: Union[ast.Expr, ast.expr],
|
227
|
+
globalns: Optional[Dict] = None,
|
228
|
+
localns: Optional[Dict] = None,
|
229
|
+
) -> Dict[str, Type]:
|
230
|
+
from strawberry.lazy_type import StrawberryLazyReference
|
231
|
+
|
232
|
+
extra = {}
|
233
|
+
|
234
|
+
if isinstance(expr, ast.Expr) and isinstance(
|
235
|
+
expr.value, (ast.BinOp, ast.Subscript)
|
236
|
+
):
|
237
|
+
extra.update(_get_namespace_from_ast(expr.value, globalns, localns))
|
238
|
+
elif isinstance(expr, ast.BinOp):
|
239
|
+
for elt in (expr.left, expr.right):
|
240
|
+
extra.update(_get_namespace_from_ast(elt, globalns, localns))
|
241
|
+
elif (
|
242
|
+
isinstance(expr, ast.Subscript)
|
243
|
+
and isinstance(expr.value, ast.Name)
|
244
|
+
and expr.value.id == "Union"
|
245
|
+
):
|
246
|
+
if hasattr(ast, "Index") and isinstance(expr.slice, ast.Index):
|
247
|
+
# The cast is required for mypy on python 3.7 and 3.8
|
248
|
+
expr_slice = cast(Any, expr.slice).value
|
249
|
+
else:
|
250
|
+
expr_slice = expr.slice
|
251
|
+
|
252
|
+
for elt in cast(ast.Tuple, expr_slice).elts:
|
253
|
+
extra.update(_get_namespace_from_ast(elt, globalns, localns))
|
254
|
+
elif (
|
255
|
+
isinstance(expr, ast.Subscript)
|
256
|
+
and isinstance(expr.value, ast.Name)
|
257
|
+
and expr.value.id == "Annotated"
|
258
|
+
):
|
259
|
+
assert ast_unparse
|
260
|
+
|
261
|
+
if hasattr(ast, "Index") and isinstance(expr.slice, ast.Index):
|
262
|
+
# The cast is required for mypy on python 3.7 and 3.8
|
263
|
+
expr_slice = cast(Any, expr.slice).value
|
264
|
+
else:
|
265
|
+
expr_slice = expr.slice
|
266
|
+
|
267
|
+
args: List[str] = []
|
268
|
+
for elt in cast(ast.Tuple, expr_slice).elts:
|
269
|
+
extra.update(_get_namespace_from_ast(elt, globalns, localns))
|
270
|
+
args.append(ast_unparse(elt))
|
271
|
+
|
272
|
+
# When using forward refs, the whole
|
273
|
+
# Annotated[SomeType, strawberry.lazy("type.module")] is a forward ref,
|
274
|
+
# and trying to _eval_type on it will fail. Take a different approach
|
275
|
+
# here to resolve lazy types by execing the annotated args, resolving the
|
276
|
+
# type directly and then adding it to extra namespace, so that _eval_type
|
277
|
+
# can properly resolve it later
|
278
|
+
type_name = args[0]
|
279
|
+
for arg in args[1:]:
|
280
|
+
evaled_arg = eval(arg, globalns, localns) # noqa: PGH001
|
281
|
+
if isinstance(evaled_arg, StrawberryLazyReference):
|
282
|
+
extra[type_name] = evaled_arg.resolve_forward_ref(ForwardRef(type_name))
|
283
|
+
|
284
|
+
return extra
|
228
285
|
|
229
286
|
|
230
287
|
def eval_type(
|
@@ -240,51 +297,22 @@ def eval_type(
|
|
240
297
|
globalns = globalns or {}
|
241
298
|
# If this is not a string, maybe its args are (e.g. List["Foo"])
|
242
299
|
if isinstance(type_, ForwardRef):
|
300
|
+
ast_obj = cast(ast.Expr, ast.parse(type_.__forward_arg__).body[0])
|
301
|
+
|
243
302
|
# For Python 3.10+, we can use the built-in _eval_type function directly.
|
244
303
|
# It will handle "|" notations properly
|
245
304
|
if sys.version_info < (3, 10):
|
246
|
-
|
247
|
-
cast(ast.Expr, ast.parse(type_.__forward_arg__).body[0])
|
248
|
-
)
|
305
|
+
ast_obj = _ast_replace_union_operation(ast_obj)
|
249
306
|
|
250
307
|
# We replaced "a | b" with "Union[a, b], so make sure Union can be resolved
|
251
308
|
# at globalns because it may not be there
|
252
309
|
if "Union" not in globalns:
|
253
310
|
globalns["Union"] = Union
|
254
311
|
|
255
|
-
|
256
|
-
type_ = ForwardRef(ast_unparse(parsed))
|
257
|
-
|
258
|
-
# When using forward refs, the whole
|
259
|
-
# Annotated[SomeType, strabwerry.lazy("type.module")] is a forward ref,
|
260
|
-
# and trying to _eval_type on it will fail. Take a different approach
|
261
|
-
# here to resolve lazy types by execing the annotated args and resolving
|
262
|
-
# the type directly.
|
263
|
-
annotated_match = _annotated_re.search(type_.__forward_arg__)
|
264
|
-
if annotated_match:
|
265
|
-
gdict = annotated_match.groupdict()
|
266
|
-
# FIXME: Eval the remaining annotated args to get their real values
|
267
|
-
# We might want to refactor how we import lazy modules to avoid having
|
268
|
-
# to eval the code in here
|
269
|
-
args = eval(f'({gdict["args"]}, )', globalns, localns) # noqa: PGH001
|
270
|
-
lazy_ref = next(
|
271
|
-
(arg for arg in args if isinstance(arg, StrawberryLazyReference)),
|
272
|
-
None,
|
273
|
-
)
|
274
|
-
if lazy_ref is not None:
|
275
|
-
remaining = [
|
276
|
-
a for a in args if not isinstance(a, StrawberryLazyReference)
|
277
|
-
]
|
278
|
-
type_ = lazy_ref.resolve_forward_ref(ForwardRef(gdict["type"]))
|
279
|
-
# If we only had a StrawberryLazyReference, we can return the type
|
280
|
-
# directly. It already did its job!
|
281
|
-
if not remaining:
|
282
|
-
return type_
|
312
|
+
globalns.update(_get_namespace_from_ast(ast_obj, globalns, localns))
|
283
313
|
|
284
|
-
|
285
|
-
|
286
|
-
(type_, *remaining),
|
287
|
-
)
|
314
|
+
assert ast_unparse
|
315
|
+
type_ = ForwardRef(ast_unparse(ast_obj))
|
288
316
|
|
289
317
|
return _eval_type(type_, globalns, localns)
|
290
318
|
|
@@ -302,7 +330,12 @@ def eval_type(
|
|
302
330
|
for a in args[1:]
|
303
331
|
if not isinstance(arg, StrawberryLazyReference)
|
304
332
|
]
|
305
|
-
|
333
|
+
type_arg = (
|
334
|
+
arg.resolve_forward_ref(args[0])
|
335
|
+
if isinstance(args[0], ForwardRef)
|
336
|
+
else args[0]
|
337
|
+
)
|
338
|
+
args = (type_arg, *remaining_args)
|
306
339
|
break
|
307
340
|
if isinstance(arg, StrawberryAuto):
|
308
341
|
remaining_args = [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/aiohttp/handlers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/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.183.3 → strawberry_graphql-0.183.5}/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.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/channels/handlers/ws_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/codegen.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/commands/export_schema.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/cli/utils/load_schema.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/python.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/plugins/typescript.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/codegen/query_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.183.3 → strawberry_graphql-0.183.5}/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.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/exception.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/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
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/exceptions/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/fields.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/experimental/pydantic/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/LICENSE
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/ext/dataclasses/dataclasses.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/base_extension.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/directives.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/field_extension.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/mask_errors.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/max_aliases.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/max_tokens.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/parser_cache.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/pyinstrument.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/apollo.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/datadog.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/sentry.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/tracing/utils.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/extensions/validation_cache.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/fastapi/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.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/object_type.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/schema_directive.py
RENAMED
File without changes
|
{strawberry_graphql-0.183.3 → strawberry_graphql-0.183.5}/strawberry/federation/schema_directives.py
RENAMED
File without changes
|