graphql-core 3.2.4__tar.gz → 3.2.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.
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.bumpversion.cfg +1 -1
- {graphql-core-3.2.4 → graphql_core-3.2.5}/PKG-INFO +6 -2
- {graphql-core-3.2.4 → graphql_core-3.2.5}/README.md +1 -1
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/conf.py +2 -2
- graphql_core-3.2.5/docs/requirements.txt +2 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/pyproject.toml +3 -2
- {graphql-core-3.2.4 → graphql_core-3.2.5}/setup.py +6 -2
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/directives.py +4 -4
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/version.py +1 -1
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/PKG-INFO +6 -2
- graphql_core-3.2.5/src/graphql_core.egg-info/requires.txt +3 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_build_ast_schema.py +12 -12
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_print_schema.py +6 -6
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tox.ini +8 -7
- graphql-core-3.2.4/docs/requirements.txt +0 -2
- graphql-core-3.2.4/src/graphql_core.egg-info/requires.txt +0 -3
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.coveragerc +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.editorconfig +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.flake8 +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.mypy.ini +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/.readthedocs.yaml +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/CODEOWNERS +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/LICENSE +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/MANIFEST.in +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/SECURITY.md +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/Makefile +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/diffs.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/index.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/intro.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/make.bat +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/error.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/execution.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/graphql.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/language.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/pyutils.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/type.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/utilities.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/validation.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/extension.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/index.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/introspection.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/methods.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/other.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/parser.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/queries.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/resolvers.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/schema.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/sdl.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/validator.rst +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/poetry.lock +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/setup.cfg +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/graphql_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/located_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/syntax_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/collect_fields.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/execute.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/map_async_iterator.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/middleware.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/subscribe.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/values.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/graphql.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/block_string.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/character_classes.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/directive_locations.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/lexer.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/parser.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/predicates.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/print_location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/print_string.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/printer.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/source.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/token_kind.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/visitor.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/py.typed +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/awaitable_or_value.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/cached_property.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/convert_case.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/description.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/did_you_mean.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_dict.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/group_by.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/identity_func.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/inspect.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/is_awaitable.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/is_iterable.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/merge_kwargs.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/natural_compare.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/path.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/print_path_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/simple_pub_sub.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/suggestion_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/undefined.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/subscription/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/assert_name.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/definition.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/introspection.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/scalars.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/validate.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/assert_valid_name.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/ast_from_value.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/ast_to_dict.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/build_ast_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/build_client_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/coerce_input_value.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/concat_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/extend_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/find_breaking_changes.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_introspection_query.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_operation_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_operation_root_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/introspection_from_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/lexicographic_sort_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/print_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/separate_operations.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/sort_value_node.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/strip_ignored_characters.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_comparators.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_from_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_info.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/value_from_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/value_from_ast_untyped.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/no_deprecated.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/no_schema_introspection.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/executable_definitions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/fields_on_correct_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/fragments_on_composite_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_argument_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_directives.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_fragment_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_type_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/lone_anonymous_operation.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/lone_schema_definition.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_fragment_cycles.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_undefined_variables.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_unused_fragments.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_unused_variables.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/overlapping_fields_can_be_merged.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/possible_fragment_spreads.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/possible_type_extensions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/provided_required_arguments.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/scalar_leafs.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/single_field_subscriptions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_argument_definition_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_argument_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_directive_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_directives_per_location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_enum_value_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_field_definition_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_fragment_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_input_field_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_operation_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_operation_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_type_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_variable_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/values_of_correct_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/variables_are_input_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/variables_in_allowed_position.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/specified_rules.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/validate.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/validation_context.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/SOURCES.txt +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/dependency_links.txt +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/not-zip-safe +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/top_level.txt +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_build_ast_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_build_client_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_execution_async.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_execution_sync.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_introspection_from_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_parser.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_repeated_fields.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_gql.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_invalid_gql.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_sdl.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_visit.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/conftest.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_graphql_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_located_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_print_location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_abstract.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_customize.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_directives.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_execution_result.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_executor.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_lists.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_map_async_iterator.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_middleware.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_mutations.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_nonnull.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_parallel.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_resolve.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_subscribe.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_sync.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_union_interface.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_variables.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/github_schema.graphql +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/github_schema.json +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/kitchen_sink.graphql +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/schema_kitchen_sink.graphql +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_block_string.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_block_string_fuzz.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_character_classes.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_lexer.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_parser.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_predicates.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_print_string.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_printer.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_schema_parser.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_schema_printer.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_source.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_visitor.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_cached_property.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_convert_case.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_description.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_did_you_mean.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_dict.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_error.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_group_by.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_identity_func.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_inspect.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_is_awaitable.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_is_iterable.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_merge_kwargs.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_natural_compare.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_path.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_print_path_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_simple_pub_sub.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_suggestion_list.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_undefined.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/star_wars_data.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/star_wars_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_docs.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_introspection.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_query.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_validation.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_user_registry.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_version.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_assert_name.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_custom_scalars.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_definition.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_directives.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_enum.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_extensions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_introspection.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_predicate.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_scalars.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_validation.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_ast_from_value.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_ast_to_dict.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_build_client_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_coerce_input_value.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_concat_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_extend_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_find_breaking_changes.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_introspection_query.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_operation_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_operation_root_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_introspection_from_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_lexicographic_sort_schema.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_separate_operations.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_sort_value_node.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_strip_ignored_characters.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_strip_ignored_characters_fuzz.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_comparators.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_from_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_info.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_value_from_ast.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_value_from_ast_untyped.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/dedent.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/gen_fuzz_strings.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/test_dedent.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/test_gen_fuzz_strings.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/__init__.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/harness.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_executable_definitions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_fields_on_correct_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_fragments_on_composite_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_argument_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_directives.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_fragment_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_type_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_lone_anonymous_operation.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_lone_schema_definition.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_deprecated.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_fragment_cycles.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_schema_introspection.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_undefined_variables.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_unused_fragments.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_unused_variables.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_overlapping_fields_can_be_merged.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_possible_fragment_spreads.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_possible_type_extensions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_provided_required_arguments.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_scalar_leafs.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_single_field_subscriptions.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_argument_definition_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_argument_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_directive_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_directives_per_location.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_enum_value_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_field_definition_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_fragment_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_input_field_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_operation_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_operation_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_type_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_variable_names.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_validation.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_values_of_correct_type.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_variables_are_input_types.py +0 -0
- {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_variables_in_allowed_position.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: graphql-core
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.5
|
|
4
4
|
Summary: GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
|
|
5
5
|
Home-page: https://github.com/graphql-python/graphql-core
|
|
6
6
|
Author: Christoph Zwerschke
|
|
@@ -18,9 +18,13 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.8
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
24
|
Requires-Python: >=3.6,<4
|
|
22
25
|
Description-Content-Type: text/markdown
|
|
23
26
|
License-File: LICENSE
|
|
27
|
+
Requires-Dist: typing-extensions<5,>=4; python_version < "3.10"
|
|
24
28
|
|
|
25
29
|
# GraphQL-core 3
|
|
26
30
|
|
|
@@ -34,7 +38,7 @@ a query language for APIs created by Facebook.
|
|
|
34
38
|

|
|
35
39
|
[](https://github.com/ambv/black)
|
|
36
40
|
|
|
37
|
-
The current version 3.2.
|
|
41
|
+
The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
|
|
38
42
|
|
|
39
43
|
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
|
|
40
44
|
replication of the complete test suite of GraphQL.js, making sure this port is
|
|
@@ -10,7 +10,7 @@ a query language for APIs created by Facebook.
|
|
|
10
10
|

|
|
11
11
|
[](https://github.com/ambv/black)
|
|
12
12
|
|
|
13
|
-
The current version 3.2.
|
|
13
|
+
The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
|
|
14
14
|
|
|
15
15
|
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
|
|
16
16
|
replication of the complete test suite of GraphQL.js, making sure this port is
|
|
@@ -51,7 +51,7 @@ master_doc = "index"
|
|
|
51
51
|
|
|
52
52
|
# General information about the project.
|
|
53
53
|
project = "GraphQL-core 3"
|
|
54
|
-
copyright = "
|
|
54
|
+
copyright = "2024, Christoph Zwerschke"
|
|
55
55
|
author = "Christoph Zwerschke"
|
|
56
56
|
|
|
57
57
|
# The version info for the project you're documenting, acts as replacement for
|
|
@@ -61,7 +61,7 @@ author = "Christoph Zwerschke"
|
|
|
61
61
|
# The short X.Y version.
|
|
62
62
|
# version = '3.2'
|
|
63
63
|
# The full version, including alpha/beta/rc tags.
|
|
64
|
-
version = release = "3.2.
|
|
64
|
+
version = release = "3.2.5"
|
|
65
65
|
|
|
66
66
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
67
67
|
# for a list of supported languages.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "graphql-core"
|
|
3
|
-
version = "3.2.
|
|
3
|
+
version = "3.2.5"
|
|
4
4
|
description = """
|
|
5
5
|
GraphQL-core is a Python port of GraphQL.js,\
|
|
6
6
|
the JavaScript reference implementation for GraphQL."""
|
|
@@ -24,7 +24,8 @@ classifiers = [
|
|
|
24
24
|
"Programming Language :: Python :: 3.9",
|
|
25
25
|
"Programming Language :: Python :: 3.10",
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
|
-
"Programming Language :: Python :: 3.12"
|
|
27
|
+
"Programming Language :: Python :: 3.12",
|
|
28
|
+
"Programming Language :: Python :: 3.13"
|
|
28
29
|
]
|
|
29
30
|
packages = [
|
|
30
31
|
{ include = "graphql", from = "src" },
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
from re import search
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
from setuptools import find_packages, setup
|
|
3
4
|
|
|
4
5
|
with open("src/graphql/version.py") as version_file:
|
|
5
6
|
version = search('version = "(.*)"', version_file.read()).group(1)
|
|
@@ -31,9 +32,12 @@ setup(
|
|
|
31
32
|
"Programming Language :: Python :: 3.8",
|
|
32
33
|
"Programming Language :: Python :: 3.9",
|
|
33
34
|
"Programming Language :: Python :: 3.10",
|
|
35
|
+
"Programming Language :: Python :: 3.11",
|
|
36
|
+
"Programming Language :: Python :: 3.12",
|
|
37
|
+
"Programming Language :: Python :: 3.13",
|
|
34
38
|
],
|
|
35
39
|
install_requires=[
|
|
36
|
-
"typing-extensions>=4
|
|
40
|
+
"typing-extensions>=4,<5; python_version < '3.10'",
|
|
37
41
|
],
|
|
38
42
|
python_requires=">=3.6,<4",
|
|
39
43
|
packages=find_packages("src"),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from typing import Any, Collection, Dict, Optional, Tuple, cast
|
|
2
2
|
|
|
3
|
-
from ..language import
|
|
3
|
+
from ..language import DirectiveLocation, ast
|
|
4
4
|
from ..pyutils import inspect, is_description
|
|
5
5
|
from .assert_name import assert_name
|
|
6
6
|
from .definition import GraphQLArgument, GraphQLInputType, GraphQLNonNull, is_input_type
|
|
@@ -224,17 +224,17 @@ GraphQLDeprecatedDirective = GraphQLDirective(
|
|
|
224
224
|
description="Marks an element of a GraphQL schema as no longer supported.",
|
|
225
225
|
)
|
|
226
226
|
|
|
227
|
-
# Used to provide a URL for specifying the
|
|
227
|
+
# Used to provide a URL for specifying the behavior of custom scalar definitions:
|
|
228
228
|
GraphQLSpecifiedByDirective = GraphQLDirective(
|
|
229
229
|
name="specifiedBy",
|
|
230
230
|
locations=[DirectiveLocation.SCALAR],
|
|
231
231
|
args={
|
|
232
232
|
"url": GraphQLArgument(
|
|
233
233
|
GraphQLNonNull(GraphQLString),
|
|
234
|
-
description="The URL that specifies the
|
|
234
|
+
description="The URL that specifies the behavior of this scalar.",
|
|
235
235
|
)
|
|
236
236
|
},
|
|
237
|
-
description="Exposes a URL that specifies the
|
|
237
|
+
description="Exposes a URL that specifies the behavior of this scalar.",
|
|
238
238
|
)
|
|
239
239
|
|
|
240
240
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: graphql-core
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.5
|
|
4
4
|
Summary: GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
|
|
5
5
|
Home-page: https://github.com/graphql-python/graphql-core
|
|
6
6
|
Author: Christoph Zwerschke
|
|
@@ -18,9 +18,13 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.8
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
24
|
Requires-Python: >=3.6,<4
|
|
22
25
|
Description-Content-Type: text/markdown
|
|
23
26
|
License-File: LICENSE
|
|
27
|
+
Requires-Dist: typing-extensions<5,>=4; python_version < "3.10"
|
|
24
28
|
|
|
25
29
|
# GraphQL-core 3
|
|
26
30
|
|
|
@@ -34,7 +38,7 @@ a query language for APIs created by Facebook.
|
|
|
34
38
|

|
|
35
39
|
[](https://github.com/ambv/black)
|
|
36
40
|
|
|
37
|
-
The current version 3.2.
|
|
41
|
+
The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
|
|
38
42
|
|
|
39
43
|
An extensive test suite with over 2300 unit tests and 100% coverage comprises a
|
|
40
44
|
replication of the complete test suite of GraphQL.js, making sure this port is
|
|
@@ -4,24 +4,24 @@ from typing import Union
|
|
|
4
4
|
from pytest import mark, raises
|
|
5
5
|
|
|
6
6
|
from graphql import graphql_sync
|
|
7
|
-
from graphql.language import
|
|
7
|
+
from graphql.language import DocumentNode, InterfaceTypeDefinitionNode, parse, print_ast
|
|
8
8
|
from graphql.type import (
|
|
9
|
-
GraphQLDeprecatedDirective,
|
|
10
|
-
GraphQLIncludeDirective,
|
|
11
|
-
GraphQLSchema,
|
|
12
|
-
GraphQLSkipDirective,
|
|
13
|
-
GraphQLSpecifiedByDirective,
|
|
14
|
-
GraphQLBoolean,
|
|
15
|
-
GraphQLFloat,
|
|
16
|
-
GraphQLID,
|
|
17
|
-
GraphQLInt,
|
|
18
|
-
GraphQLString,
|
|
19
9
|
GraphQLArgument,
|
|
10
|
+
GraphQLBoolean,
|
|
11
|
+
GraphQLDeprecatedDirective,
|
|
20
12
|
GraphQLEnumType,
|
|
21
13
|
GraphQLEnumValue,
|
|
22
14
|
GraphQLField,
|
|
15
|
+
GraphQLFloat,
|
|
16
|
+
GraphQLID,
|
|
17
|
+
GraphQLIncludeDirective,
|
|
23
18
|
GraphQLInputField,
|
|
19
|
+
GraphQLInt,
|
|
24
20
|
GraphQLNamedType,
|
|
21
|
+
GraphQLSchema,
|
|
22
|
+
GraphQLSkipDirective,
|
|
23
|
+
GraphQLSpecifiedByDirective,
|
|
24
|
+
GraphQLString,
|
|
25
25
|
assert_directive,
|
|
26
26
|
assert_enum_type,
|
|
27
27
|
assert_input_object_type,
|
|
@@ -1121,7 +1121,7 @@ def describe_schema_builder():
|
|
|
1121
1121
|
assert errors
|
|
1122
1122
|
|
|
1123
1123
|
def do_not_override_standard_types():
|
|
1124
|
-
# Note: not sure it's desired
|
|
1124
|
+
# Note: not sure it's desired behavior to just silently ignore override
|
|
1125
1125
|
# attempts so just documenting it here.
|
|
1126
1126
|
|
|
1127
1127
|
schema = build_schema(
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
from typing import
|
|
1
|
+
from typing import Any, Dict, cast
|
|
2
2
|
|
|
3
3
|
from graphql.language import DirectiveLocation
|
|
4
4
|
from graphql.type import (
|
|
5
5
|
GraphQLArgument,
|
|
6
6
|
GraphQLBoolean,
|
|
7
|
+
GraphQLDirective,
|
|
7
8
|
GraphQLEnumType,
|
|
8
9
|
GraphQLField,
|
|
9
10
|
GraphQLFloat,
|
|
11
|
+
GraphQLInputField,
|
|
10
12
|
GraphQLInputObjectType,
|
|
11
13
|
GraphQLInt,
|
|
12
14
|
GraphQLInterfaceType,
|
|
@@ -17,13 +19,11 @@ from graphql.type import (
|
|
|
17
19
|
GraphQLSchema,
|
|
18
20
|
GraphQLString,
|
|
19
21
|
GraphQLUnionType,
|
|
20
|
-
GraphQLInputField,
|
|
21
|
-
GraphQLDirective,
|
|
22
22
|
)
|
|
23
23
|
from graphql.utilities import (
|
|
24
24
|
build_schema,
|
|
25
|
-
print_schema,
|
|
26
25
|
print_introspection_schema,
|
|
26
|
+
print_schema,
|
|
27
27
|
print_value,
|
|
28
28
|
)
|
|
29
29
|
|
|
@@ -667,9 +667,9 @@ def describe_type_system_printer():
|
|
|
667
667
|
reason: String = "No longer supported"
|
|
668
668
|
) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
|
|
669
669
|
|
|
670
|
-
"""Exposes a URL that specifies the
|
|
670
|
+
"""Exposes a URL that specifies the behavior of this scalar."""
|
|
671
671
|
directive @specifiedBy(
|
|
672
|
-
"""The URL that specifies the
|
|
672
|
+
"""The URL that specifies the behavior of this scalar."""
|
|
673
673
|
url: String!
|
|
674
674
|
) on SCALAR
|
|
675
675
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[tox]
|
|
2
|
-
envlist = py3{6,7,8,9,10,11,12}, pypy3{9,10}, black, flake8, mypy, docs, manifest
|
|
2
|
+
envlist = py3{6,7,8,9,10,11,12,13}, pypy3{9,10}, black, flake8, mypy, docs, manifest
|
|
3
3
|
isolated_build = true
|
|
4
4
|
|
|
5
5
|
[gh-actions]
|
|
@@ -12,24 +12,25 @@ python =
|
|
|
12
12
|
3.10: py310
|
|
13
13
|
3.11: py311
|
|
14
14
|
3.12: py312
|
|
15
|
+
3.13: py313
|
|
15
16
|
pypy3: pypy39
|
|
16
17
|
pypy3.9: pypy39
|
|
17
18
|
pypy3.10: pypy310
|
|
18
19
|
|
|
19
20
|
[testenv:black]
|
|
20
|
-
basepython = python3.
|
|
21
|
+
basepython = python3.12
|
|
21
22
|
deps = black==24.8.0
|
|
22
23
|
commands =
|
|
23
24
|
black src tests setup.py -t py311 --check
|
|
24
25
|
|
|
25
26
|
[testenv:flake8]
|
|
26
|
-
basepython = python3.
|
|
27
|
+
basepython = python3.12
|
|
27
28
|
deps = flake8>=7,<8
|
|
28
29
|
commands =
|
|
29
30
|
flake8 src tests setup.py
|
|
30
31
|
|
|
31
32
|
[testenv:mypy]
|
|
32
|
-
basepython = python3.
|
|
33
|
+
basepython = python3.12
|
|
33
34
|
deps =
|
|
34
35
|
mypy>=1.11,<2
|
|
35
36
|
pytest>=8.3,<9
|
|
@@ -37,7 +38,7 @@ commands =
|
|
|
37
38
|
mypy src tests
|
|
38
39
|
|
|
39
40
|
[testenv:docs]
|
|
40
|
-
basepython = python3.
|
|
41
|
+
basepython = python3.12
|
|
41
42
|
deps =
|
|
42
43
|
sphinx>=7,<8
|
|
43
44
|
sphinx_rtd_theme>=2.0,<3
|
|
@@ -45,7 +46,7 @@ commands =
|
|
|
45
46
|
sphinx-build -b html -nEW docs docs/_build/html
|
|
46
47
|
|
|
47
48
|
[testenv:manifest]
|
|
48
|
-
basepython = python3.
|
|
49
|
+
basepython = python3.12
|
|
49
50
|
deps = check-manifest>=0.49,<1
|
|
50
51
|
commands =
|
|
51
52
|
check-manifest -v
|
|
@@ -62,5 +63,5 @@ deps =
|
|
|
62
63
|
commands =
|
|
63
64
|
# to also run the time-consuming tests: tox -e py311 -- --run-slow
|
|
64
65
|
# to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
|
|
65
|
-
py3{6,7,8,9,10,11}, pypy3{9,10}: pytest tests {posargs}
|
|
66
|
+
py3{6,7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
|
|
66
67
|
py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
{graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/introspection_from_schema.py
RENAMED
|
File without changes
|