PyPI project
graphql-core
100+ indexed releases ยท newest sdist 3.3.0rc0 with 342 indexed members
Files in 3.3.0rc0 graphql_core-3.3.0rc0.tar.gz
- docs/conf.py
- src/graphql/__init__.py
- src/graphql/error/__init__.py
- src/graphql/error/graphql_error.py
- src/graphql/error/located_error.py
- src/graphql/error/syntax_error.py
- src/graphql/execution/__init__.py
- src/graphql/execution/aborted_graphql_execution_error.py
- src/graphql/execution/async_iterables.py
- src/graphql/execution/build_execution_plan.py
- src/graphql/execution/collect_fields.py
- src/graphql/execution/execute.py
- src/graphql/execution/get_variable_signature.py
- src/graphql/execution/incremental_graph.py
- src/graphql/execution/incremental_publisher.py
- src/graphql/execution/middleware.py
- src/graphql/execution/types.py
- src/graphql/execution/values.py
- src/graphql/graphql.py
- src/graphql/harness.py
- src/graphql/language/__init__.py
- src/graphql/language/ast.py
- src/graphql/language/block_string.py
- src/graphql/language/character_classes.py
- src/graphql/language/directive_locations.py
- src/graphql/language/lexer.py
- src/graphql/language/location.py
- src/graphql/language/parser.py
- src/graphql/language/predicates.py
- src/graphql/language/print_location.py
- src/graphql/language/print_string.py
- src/graphql/language/printer.py
- src/graphql/language/schema_coordinate_lexer.py
- src/graphql/language/source.py
- src/graphql/language/token_kind.py
- src/graphql/language/visitor.py
- src/graphql/pyutils/__init__.py
- src/graphql/pyutils/abort_signal.py
- src/graphql/pyutils/async_reduce.py
- src/graphql/pyutils/awaitable_or_value.py
- src/graphql/pyutils/boxed_awaitable_or_value.py
- src/graphql/pyutils/cached_property.py
- src/graphql/pyutils/convert_case.py
- src/graphql/pyutils/description.py
- src/graphql/pyutils/did_you_mean.py
- src/graphql/pyutils/format_list.py
- src/graphql/pyutils/frozen_error.py
- src/graphql/pyutils/gather_with_cancel.py
- src/graphql/pyutils/group_by.py
- src/graphql/pyutils/identity_func.py
- src/graphql/pyutils/inspect.py
- src/graphql/pyutils/is_awaitable.py
- src/graphql/pyutils/is_iterable.py
- src/graphql/pyutils/merge_kwargs.py
- src/graphql/pyutils/natural_compare.py
- src/graphql/pyutils/path.py
- src/graphql/pyutils/print_path_list.py
- src/graphql/pyutils/ref_map.py
- src/graphql/pyutils/ref_set.py
- src/graphql/pyutils/simple_pub_sub.py
- src/graphql/pyutils/suggestion_list.py
- src/graphql/pyutils/undefined.py
- src/graphql/type/__init__.py
- src/graphql/type/assert_name.py
- src/graphql/type/definition.py
- src/graphql/type/directives.py
- src/graphql/type/introspection.py
- src/graphql/type/scalars.py
- src/graphql/type/schema.py
- src/graphql/type/validate.py
- src/graphql/utilities/__init__.py
- src/graphql/utilities/ast_from_value.py
- src/graphql/utilities/ast_to_dict.py
- src/graphql/utilities/build_ast_schema.py
- src/graphql/utilities/build_client_schema.py
- src/graphql/utilities/coerce_input_value.py
- src/graphql/utilities/concat_ast.py
- src/graphql/utilities/extend_schema.py
- src/graphql/utilities/find_schema_changes.py
- src/graphql/utilities/get_default_value_ast.py
- src/graphql/utilities/get_introspection_query.py
- src/graphql/utilities/get_operation_ast.py
- src/graphql/utilities/introspection_from_schema.py
- src/graphql/utilities/lexicographic_sort_schema.py
- src/graphql/utilities/map_schema_config.py
- src/graphql/utilities/print_schema.py
- src/graphql/utilities/replace_variables.py
- src/graphql/utilities/resolve_schema_coordinate.py
- src/graphql/utilities/separate_operations.py
- src/graphql/utilities/sort_value_node.py
- src/graphql/utilities/strip_ignored_characters.py
- src/graphql/utilities/type_comparators.py
- src/graphql/utilities/type_from_ast.py
- src/graphql/utilities/type_info.py
- src/graphql/utilities/validate_input_value.py
- src/graphql/utilities/value_from_ast.py
- src/graphql/utilities/value_from_ast_untyped.py
- src/graphql/utilities/value_to_literal.py
- src/graphql/validation/__init__.py
- src/graphql/validation/rules/__init__.py
- src/graphql/validation/rules/custom/__init__.py
- src/graphql/validation/rules/custom/no_deprecated.py
- src/graphql/validation/rules/custom/no_schema_introspection.py
- src/graphql/validation/rules/defer_stream_directive_label.py
- src/graphql/validation/rules/defer_stream_directive_on_root_field.py
- src/graphql/validation/rules/defer_stream_directive_on_valid_operations_rule.py
- src/graphql/validation/rules/executable_definitions.py
- src/graphql/validation/rules/fields_on_correct_type.py
- src/graphql/validation/rules/fragments_on_composite_types.py
- src/graphql/validation/rules/known_argument_names.py
- src/graphql/validation/rules/known_directives.py
- src/graphql/validation/rules/known_fragment_names.py
- src/graphql/validation/rules/known_operation_types.py
- src/graphql/validation/rules/known_type_names.py
- src/graphql/validation/rules/lone_anonymous_operation.py
- src/graphql/validation/rules/lone_schema_definition.py
- src/graphql/validation/rules/max_introspection_depth_rule.py
- src/graphql/validation/rules/no_fragment_cycles.py
- src/graphql/validation/rules/no_undefined_variables.py
- src/graphql/validation/rules/no_unused_fragments.py
- src/graphql/validation/rules/no_unused_variables.py
- src/graphql/validation/rules/overlapping_fields_can_be_merged.py
- src/graphql/validation/rules/possible_fragment_spreads.py
- src/graphql/validation/rules/possible_type_extensions.py
- src/graphql/validation/rules/provided_required_arguments.py
- src/graphql/validation/rules/scalar_leafs.py
- src/graphql/validation/rules/single_field_subscriptions.py
- src/graphql/validation/rules/stream_directive_on_list_field.py
- src/graphql/validation/rules/unique_argument_definition_names.py
- src/graphql/validation/rules/unique_argument_names.py
- src/graphql/validation/rules/unique_directive_names.py
- src/graphql/validation/rules/unique_directives_per_location.py
- src/graphql/validation/rules/unique_enum_value_names.py
- src/graphql/validation/rules/unique_field_definition_names.py
- src/graphql/validation/rules/unique_fragment_names.py
- src/graphql/validation/rules/unique_input_field_names.py
- src/graphql/validation/rules/unique_operation_names.py
- src/graphql/validation/rules/unique_operation_types.py
- src/graphql/validation/rules/unique_type_names.py
- src/graphql/validation/rules/unique_variable_names.py
- src/graphql/validation/rules/values_of_correct_type.py
- src/graphql/validation/rules/variables_are_input_types.py
- src/graphql/validation/rules/variables_in_allowed_position.py
- src/graphql/validation/specified_rules.py
- src/graphql/validation/validate.py
- src/graphql/validation/validation_context.py
- src/graphql/version.py
- tests/__init__.py
- tests/benchmarks/__init__.py
- tests/benchmarks/test_async_iterable.py
- tests/benchmarks/test_build_ast_schema.py
- tests/benchmarks/test_build_client_schema.py
- tests/benchmarks/test_execution_async.py
- tests/benchmarks/test_execution_sync.py
- tests/benchmarks/test_graphql_schema.py
- tests/benchmarks/test_introspection_from_schema.py
- tests/benchmarks/test_parser.py
- tests/benchmarks/test_print.py
- tests/benchmarks/test_repeated_fields.py
- tests/benchmarks/test_serialization.py
- tests/benchmarks/test_validate_gql.py
- tests/benchmarks/test_validate_invalid_gql.py
- tests/benchmarks/test_validate_sdl.py
- tests/benchmarks/test_visit.py
- tests/conftest.py
- tests/error/__init__.py
- tests/error/test_graphql_error.py
- tests/error/test_located_error.py
- tests/error/test_print_location.py
- tests/execution/__init__.py
- tests/execution/test_aborted_graphql_execution_error.py
- tests/execution/test_abstract.py
- tests/execution/test_cancellation.py
- tests/execution/test_collect_fields.py
- tests/execution/test_customize.py
- tests/execution/test_defer.py
- tests/execution/test_directives.py
- tests/execution/test_error_propagation.py
- tests/execution/test_execution_result.py
- tests/execution/test_executor.py
- tests/execution/test_hooks.py
- tests/execution/test_lists.py
- tests/execution/test_map_async_iterable.py
- tests/execution/test_middleware.py
- tests/execution/test_mutations.py
- tests/execution/test_nonnull.py
- tests/execution/test_oneof.py
- tests/execution/test_parallel.py
- tests/execution/test_resolve.py
- tests/execution/test_schema.py
- tests/execution/test_stream.py
- tests/execution/test_subscribe.py
- tests/execution/test_sync.py
- tests/execution/test_union_interface.py
- tests/execution/test_variables.py
- tests/fixtures/__init__.py
- tests/language/__init__.py
- tests/language/test_ast.py
- tests/language/test_block_string.py
- tests/language/test_block_string_fuzz.py
- tests/language/test_character_classes.py
- tests/language/test_lexer.py
- tests/language/test_location.py
- tests/language/test_parser.py
- tests/language/test_predicates.py
- tests/language/test_print_string.py
- tests/language/test_printer.py
- tests/language/test_schema_coordinate_lexer.py
- tests/language/test_schema_parser.py
- tests/language/test_schema_printer.py
- tests/language/test_source.py
- tests/language/test_visitor.py
- tests/pyutils/__init__.py
- tests/pyutils/test_async_reduce.py
- tests/pyutils/test_boxed_awaitabe_or_value.py
- tests/pyutils/test_cached_property.py
- tests/pyutils/test_convert_case.py
- tests/pyutils/test_description.py
- tests/pyutils/test_did_you_mean.py
- tests/pyutils/test_format_list.py
- tests/pyutils/test_frozen_error.py
- tests/pyutils/test_gather_with_cancel.py
- tests/pyutils/test_group_by.py
- tests/pyutils/test_identity_func.py
- tests/pyutils/test_inspect.py
- tests/pyutils/test_is_awaitable.py
- tests/pyutils/test_is_iterable.py
- tests/pyutils/test_merge_kwargs.py
- tests/pyutils/test_natural_compare.py
- tests/pyutils/test_path.py
- tests/pyutils/test_print_path_list.py
- tests/pyutils/test_ref_map.py
- tests/pyutils/test_ref_set.py
- tests/pyutils/test_simple_pub_sub.py
- tests/pyutils/test_suggestion_list.py
- tests/pyutils/test_undefined.py
- tests/star_wars_data.py
- tests/star_wars_schema.py
- tests/test_docs.py
- tests/test_graphql.py
- tests/test_star_wars_introspection.py
- tests/test_star_wars_query.py
- tests/test_star_wars_validation.py
- tests/test_user_registry.py
- tests/test_version.py
- tests/type/__init__.py
- tests/type/test_assert_name.py
- tests/type/test_custom_scalars.py
- tests/type/test_definition.py
- tests/type/test_directives.py
- tests/type/test_enum.py
- tests/type/test_extensions.py
- tests/type/test_introspection.py
- tests/type/test_predicate.py
- tests/type/test_scalars.py
- tests/type/test_schema.py
- tests/type/test_validation.py
- tests/utilities/__init__.py
- tests/utilities/test_ast_from_value.py
- tests/utilities/test_ast_to_dict.py
- tests/utilities/test_build_ast_schema.py
- tests/utilities/test_build_client_schema.py
- tests/utilities/test_coerce_input_value.py
- tests/utilities/test_concat_ast.py
- tests/utilities/test_extend_schema.py
- tests/utilities/test_find_breaking_changes.py
- tests/utilities/test_find_schema_changes.py
- tests/utilities/test_get_introspection_query.py
- tests/utilities/test_get_operation_ast.py
- tests/utilities/test_introspection_from_schema.py
- tests/utilities/test_lexicographic_sort_schema.py
- tests/utilities/test_map_schema_config.py
- tests/utilities/test_print_schema.py
- tests/utilities/test_replace_variables.py
- tests/utilities/test_resolve_schema_coordinate.py
- tests/utilities/test_separate_operations.py
- tests/utilities/test_sort_value_node.py
- tests/utilities/test_strip_ignored_characters.py
- tests/utilities/test_strip_ignored_characters_fuzz.py
- tests/utilities/test_type_comparators.py
- tests/utilities/test_type_from_ast.py
- tests/utilities/test_type_info.py
- tests/utilities/test_validate_input_value.py
- tests/utilities/test_value_from_ast.py
- tests/utilities/test_value_from_ast_untyped.py
- tests/utilities/test_value_to_literal.py
- tests/utils/__init__.py
- tests/utils/assert_equal_awaitables_or_values.py
- tests/utils/assert_matching_values.py
- tests/utils/dedent.py
- tests/utils/gen_fuzz_strings.py
- tests/utils/test_assert_equal_awaitables_or_values.py
- tests/utils/test_assert_matching_values.py
- tests/utils/test_dedent.py
- tests/utils/test_gen_fuzz_strings.py
- tests/utils/viral_schema.py
- tests/utils/viral_sdl.py
- tests/validation/__init__.py
- tests/validation/harness.py
- tests/validation/test_defer_stream_directive_label.py
- tests/validation/test_defer_stream_directive_on_root_field.py
- tests/validation/test_defer_stream_directive_on_valid_operations.py
- tests/validation/test_executable_definitions.py
- tests/validation/test_fields_on_correct_type.py
- tests/validation/test_fragments_on_composite_types.py
- tests/validation/test_known_argument_names.py
- tests/validation/test_known_directives.py
- tests/validation/test_known_fragment_names.py
- tests/validation/test_known_operation_types.py
- tests/validation/test_known_type_names.py
- tests/validation/test_lone_anonymous_operation.py
- tests/validation/test_lone_schema_definition.py
- tests/validation/test_max_introspection_depth_rule.py
- tests/validation/test_no_deprecated.py
- tests/validation/test_no_fragment_cycles.py
- tests/validation/test_no_schema_introspection.py
- tests/validation/test_no_undefined_variables.py
- tests/validation/test_no_unused_fragments.py
- tests/validation/test_no_unused_variables.py
- tests/validation/test_overlapping_fields_can_be_merged.py
- tests/validation/test_possible_fragment_spreads.py
- tests/validation/test_possible_type_extensions.py
- tests/validation/test_provided_required_arguments.py
- tests/validation/test_scalar_leafs.py
- tests/validation/test_single_field_subscriptions.py
- tests/validation/test_stream_directive_on_list_field.py
- tests/validation/test_unique_argument_definition_names.py
- tests/validation/test_unique_argument_names.py
- tests/validation/test_unique_directive_names.py
- tests/validation/test_unique_directives_per_location.py
- tests/validation/test_unique_enum_value_names.py
- tests/validation/test_unique_field_definition_names.py
- tests/validation/test_unique_fragment_names.py
- tests/validation/test_unique_input_field_names.py
- tests/validation/test_unique_operation_names.py
- tests/validation/test_unique_operation_types.py
- tests/validation/test_unique_type_names.py
- tests/validation/test_unique_variable_names.py
- tests/validation/test_validation.py
- tests/validation/test_values_of_correct_type.py
- tests/validation/test_variables_are_input_types.py
- tests/validation/test_variables_in_allowed_position.py
Indexed releases
- 3.3.0rc0
graphql_core-3.3.0rc0.tar.gz342 members - 3.3.0b2
graphql_core-3.3.0b2.tar.gz342 members - 3.3.0b1
graphql_core-3.3.0b1.tar.gz342 members - 3.3.0b0
graphql_core-3.3.0b0.tar.gz342 members - 3.3.0a14
graphql_core-3.3.0a14.tar.gz339 members - 3.3.0a13
graphql_core-3.3.0a13.tar.gz332 members - 3.3.0a12
graphql_core-3.3.0a12.tar.gz315 members - 3.3.0a11
graphql_core-3.3.0a11.tar.gz314 members - 3.3.0a10
graphql_core-3.3.0a10.tar.gz310 members - 3.3.0a9
graphql_core-3.3.0a9.tar.gz308 members - 3.3.0a8
graphql_core-3.3.0a8.tar.gz307 members - 3.3.0a7
graphql_core-3.3.0a7.tar.gz305 members - 3.3.0a6
graphql_core-3.3.0a6.tar.gz300 members - 3.3.0a5
graphql_core-3.3.0a5.tar.gz300 members - 3.3.0a4
graphql_core-3.3.0a4.tar.gz296 members - 3.3.0a3
graphql_core-3.3.0a3.tar.gz295 members - 3.3.0a2
graphql_core-3.3.0a2.tar.gz281 members - 3.3.0a1
graphql_core-3.3.0a1-py3-none-any.whl121 members - 3.2.11
graphql_core-3.2.11.tar.gz295 members - 3.2.10
graphql_core-3.2.10.tar.gz295 members - 3.2.9
graphql_core-3.2.9.tar.gz290 members - 3.2.8
graphql_core-3.2.8.tar.gz290 members - 3.2.7
graphql_core-3.2.7.tar.gz290 members - 3.2.6
graphql_core-3.2.6.tar.gz287 members - 3.2.5
graphql_core-3.2.5.tar.gz287 members - 3.2.4
graphql_core-3.2.4-py3-none-any.whl125 members - 3.2.3
graphql_core-3.2.3-py3-none-any.whl125 members - 3.2.2
graphql_core-3.2.2-py3-none-any.whl125 members - 3.2.1
graphql_core-3.2.1-py3-none-any.whl125 members - 3.2.0
graphql_core-3.2.0-py3-none-any.whl124 members - 3.2.0rc5
graphql_core-3.2.0rc5-py3-none-any.whl124 members - 3.2.0rc4
graphql_core-3.2.0rc4-py3-none-any.whl122 members - 3.2.0rc3
graphql_core-3.2.0rc3-py3-none-any.whl120 members - 3.2.0rc2
graphql_core-3.2.0rc2-py3-none-any.whl118 members - 3.2.0rc1
graphql_core-3.2.0rc1-py3-none-any.whl118 members - 3.1.7
graphql_core-3.1.7-py3-none-any.whl119 members - 3.1.6
graphql_core-3.1.6-py3-none-any.whl119 members - 3.1.5
graphql_core-3.1.5-py3-none-any.whl118 members - 3.1.4
graphql_core-3.1.4-py3-none-any.whl118 members - 3.1.3
graphql_core-3.1.3-py3-none-any.whl118 members - 3.1.2
graphql_core-3.1.2-py3-none-any.whl115 members - 3.1.1
graphql_core-3.1.1-py3-none-any.whl116 members - 3.1.0
graphql_core-3.1.0-py3-none-any.whl116 members - 3.1.0b2
graphql_core-3.1.0b2-py3-none-any.whl116 members - 3.1.0b1
graphql_core-3.1.0b1-py3-none-any.whl115 members - 3.1.0b0
graphql_core-3.1.0b0-py3-none-any.whl118 members - 3.0.6
graphql_core-3.0.6-py3-none-any.whl118 members - 3.0.5
graphql_core-3.0.5-py3-none-any.whl118 members - 3.0.4
graphql_core-3.0.4-py3-none-any.whl118 members - 3.0.3
graphql_core-3.0.3-py3-none-any.whl118 members - 3.0.2
graphql_core-3.0.2-py3-none-any.whl118 members - 3.0.1
graphql_core-3.0.1-py3-none-any.whl118 members - 3.0.0
graphql_core-3.0.0-py3-none-any.whl118 members - 3.0.0b1
graphql_core-3.0.0b1-py3-none-any.whl118 members - 3.0.0b0
graphql_core-3.0.0b0-py3-none-any.whl118 members - 3.0.0a2
graphql_core-3.0.0a2-py3-none-any.whl114 members - 3.0.0a1
graphql_core-3.0.0a1-py3-none-any.whl114 members - 3.0.0a0
graphql_core-3.0.0a0-py3-none-any.whl114 members - 2.3.2
graphql_core-2.3.2-py2.py3-none-any.whl200 members - 2.3.1
graphql_core-2.3.1-py2.py3-none-any.whl200 members - 2.3
graphql_core-2.3-py2.py3-none-any.whl200 members - 2.2.1
graphql_core-2.2.1-py2.py3-none-any.whl200 members - 2.2
graphql_core-2.2-py2.py3-none-any.whl200 members - 2.1
graphql_core-2.1-py2.py3-none-any.whl199 members - 2.1rc3
graphql_core-2.1rc3-py2.py3-none-any.whl195 members - 2.1rc2
graphql_core-2.1rc2-py2.py3-none-any.whl194 members - 2.1rc1
graphql_core-2.1rc1-py2.py3-none-any.whl194 members - 2.1rc0
graphql_core-2.1rc0-py2.py3-none-any.whl191 members - 2.0
graphql_core-2.0-py2.py3-none-any.whl178 members - 2.0.dev20171009101843
graphql_core-2.0.dev20171009101843-py2.py3-none-any.whl176 members - 2.0.dev20170801051721
graphql_core-2.0.dev20170801051721-py2.py3-none-any.whl176 members - 2.0.dev20170801041408
graphql_core-2.0.dev20170801041408-py2.py3-none-any.whl176 members - 1.2.dev20170724044604
graphql-core-1.2.dev20170724044604.tar.gz100 members - 1.0.1
graphql-core-1.0.1.tar.gz94 members - 1.0.dev20160920065529
graphql-core-1.0.dev20160920065529.tar.gz94 members - 1.0.dev20160909030348
graphql-core-1.0.dev20160909030348.tar.gz94 members - 1.0.dev20160822075425
graphql-core-1.0.dev20160822075425.tar.gz92 members - 0.5.3
graphql-core-0.5.3.tar.gz89 members - 0.5.1
graphql-core-0.5.1.tar.gz88 members - 0.5b3
graphql-core-0.5b3.tar.gz88 members - 0.5b1
graphql-core-0.5b1.tar.gz169 members - 0.4.17
graphql-core-0.4.17.tar.gz157 members - 0.4.15
graphql-core-0.4.15.tar.gz157 members - 0.4.13
graphql-core-0.4.13.tar.gz132 members - 0.4.12
graphql-core-0.4.12.tar.gz129 members - 0.4.9
graphql-core-0.4.9.tar.gz128 members - 0.4.7b1
graphql-core-0.4.7b1.tar.gz128 members - 0.1a4
graphql-core-0.1a4.tar.gz111 members - 0.1a2
graphql-core-0.1a2.tar.gz98 members - 0.1a0
graphql-core-0.1a0.tar.gz43 members - 3.3.0rc0
graphql_core-3.3.0rc0-py3-none-any.whl146 members - 3.3.0b2
graphql_core-3.3.0b2-py3-none-any.whl146 members - 3.3.0b1
graphql_core-3.3.0b1-py3-none-any.whl146 members - 3.3.0b0
graphql_core-3.3.0b0-py3-none-any.whl146 members - 3.3.0a14
graphql_core-3.3.0a14-py3-none-any.whl145 members - 3.3.0a13
graphql_core-3.3.0a13-py3-none-any.whl142 members - 3.3.0a12
graphql_core-3.3.0a12-py3-none-any.whl134 members - 3.3.0a11
graphql_core-3.3.0a11-py3-none-any.whl134 members - 3.3.0a10
graphql_core-3.3.0a10-py3-none-any.whl132 members - 3.3.0a9
graphql_core-3.3.0a9-py3-none-any.whl130 members
and more releases past the first 100