JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"graphql-client",
"android",
"apollographql",
"graphql",
"kotlin",
"multiplatform",
"kotlin-multiplatform"
],
"is_fork": false,
"size_kb": 316702,
"has_wiki": true,
"homepage": "https://www.apollographql.com/docs/kotlin",
"languages": {
"CSS": 34435,
"HTML": 257,
"Java": 86347,
"Shell": 209,
"Swift": 1327,
"Kotlin": 3297314,
"JavaScript": 2706
},
"pushed_at": "2026-07-18T03:13:57Z",
"created_at": "2016-09-28T14:03:30Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T08:41:50Z",
"description": ":rocket: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Kotlin",
"significant_languages": [
"Kotlin"
]
},
"owner": {
"blog": "https://apollographql.com",
"name": "Apollo GraphQL",
"type": "Organization",
"login": "apollographql",
"company": null,
"location": "San Francisco, CA",
"followers": 1534,
"avatar_url": "https://avatars.githubusercontent.com/u/17189275?v=4",
"created_at": "2016-02-12T02:47:11Z",
"is_verified": null,
"public_repos": 239,
"account_age_days": 3810
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases_count": 100,
"commits_last_year": 231,
"latest_release_at": "2026-06-25T15:57:57Z",
"latest_release_tag": "v5.0.1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 47,
"days_since_latest_release": 23,
"mean_days_between_releases": 16.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 695,
"stars": 3963,
"watchers": 108,
"open_issues_and_prs": 109
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"sample",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"benchmark/app/src/main/graphql/api/operations.graphql",
"benchmark/app/src/main/graphql/api/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/benchmark/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/benchmark/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/calendar/CalendarFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/CalendarProviderFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/CategoryFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/DateTimeFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/IconFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemTypeFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemsQuery.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/PageInfoFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/conferences/Queries.graphql",
"benchmark/microbenchmark/src/main/graphql/conferences/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/conferences/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/pagination/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/pagination/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/pagination/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/tracks/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/tracks/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/tracks/schema.graphqls",
"libraries/apollo-ast/test-fixtures/merger/argument-default-value-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/argument-description-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/description-is-preserved.graphql",
"libraries/apollo-ast/test-fixtures/merger/field-description-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/field-type-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-descriptions-and-default-values.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-argument.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-directive.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-interface-field-directive.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-service-capabilities.graphql",
"libraries/apollo-ast/test-fixtures/parser/anonymous-operation.graphql",
"libraries/apollo-ast/test-fixtures/parser/comments-at-eof.graphql",
"libraries/apollo-ast/test-fixtures/parser/deprecate-directive.graphql",
"libraries/apollo-ast/test-fixtures/parser/dollar-arg-name.graphqls",
"libraries/apollo-ast/test-fixtures/parser/empty-extension-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/extra-tokens.graphql",
"libraries/apollo-ast/test-fixtures/parser/fragment-arguments-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/fragment-arguments.graphql",
"libraries/apollo-ast/test-fixtures/parser/service-capabilities.graphql",
"libraries/apollo-ast/test-fixtures/parser/service-capability-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/simple.graphql",
"libraries/apollo-ast/test-fixtures/parser/type-description-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/type-extensions.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/ArgumentNonOptional.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/BadDirectiveArgument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/CircularFragmentReference.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/DuplicateOperation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/FragmentDuplication.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/FragmentUnknownType.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentCanNotBeSpread.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentUnknonwType.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldNonOptional.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectListFieldTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingDirective.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingDirectiveArgument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingSelectionSet.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/QueryUnknowField.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/SyntaxError.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/TypeSystemDefinition.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/UnusedVariable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/VariableMissing.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/VariableTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/apollo_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/bad_variable_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/catch/catch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/catch/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/default_namespace.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_labels.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_inline.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_spread.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/fragment_used_twice_not_duplicate_labels.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/illegal_label.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/label_is_a_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/root_field_mutation_or_subscription.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/definition_renames.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/deprecated/deprecated_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/deprecated/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/directive_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/different_shapes.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/merging_allowed.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/multiple_merged_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/nested_merged_field.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/different_shapes.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/default_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/merge_error.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/missing_required_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/nested_merge_error.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/operation_variable_passthrough.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/type_mismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unknown_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unused_fragment_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/valid_usage.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/variable_scoping.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/fragment_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/field_merging.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/allows_different_order_of_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/allows_different_order_of_input_object_fields_in_arg_values.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/works_for_field_names_that_are_js_keywords.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_misplaced_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_no_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_standard_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_unknown_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/defined_variables_used as_fragment_arguments_are_not_unused_or_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/fragment_defined_arguments_are_not_unused_or_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_undefined_variables_produce_multiple_errors.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_in_fragments_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/no_unused_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/single_variable_in_fragment_not_defined_by_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/unused_fragment_variables_are_reported.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply_in_inline_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_unnamed_query.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_used_by_other_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined_by_anonymous_query.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_fragment_used_by_other_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_unreferenced_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_fragment_in_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_in_fragment_not_defined_by_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_shadowed_by_parent_fragment_arguments_are_still_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_used_as_fragment_arguments_may_be_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_inline_fragments_without_type_condition.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_non_conflicting_overlapping_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compares_deep_types_including_list.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compatible_return_shapes_on_different_return_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/conflicting_return_types_which_potentially_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_deep_return_types_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_1.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_2.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_nullability_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_types_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_subfields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/ignores_unknown_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/reports_correctly_when_a_non_exclusive_follows_an_exclusive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/same_wrapped_scalar_return_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/alias_masking_direct_field_access.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/allows_different_args_where_no_conflict_is_possible.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/arg_passed_to_fragment_without_arg_is_reported.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_names.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_values.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict_with_multiple_issues.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_adds_an_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_missing_an_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_with_different_aliases.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_directives_with_different_aliases.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_skip_include_directives_accepted.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_immediately_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment_with_a_field_named_after_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragments_separated_by_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_transitively_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments_with_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_case_even_with_immediately_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_cases_even_with_field_named_after_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/fragment_args_are_known.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/ignores_unknown_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_after_nested_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_in_nested_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_each_conflict_once.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_allowed_on_non_overlapping_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_with_different_field_targets.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unique_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unknown_args_amongst_known_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/very_deep_conflict.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion_failure.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/introspection/introspection.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/introspection/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/mandatory_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_argument_default_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_in_non_nullable_position.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/one_of/one_of.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/one_of/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/optional_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/repeated_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/bad_default_value.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/builtin-directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/duplicate-type.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/duplicate_directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/executable-definition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/implements-object.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles0.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles1.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles10.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles11.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles12.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles13.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles2.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles3.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles4.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles5.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles6.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles7.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles8.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles9.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-default-value-cycles.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/link-redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/linked-rename.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/linked_directive_redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-incompatible.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/unexpected-definitions.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/__schema/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/antlr_tokens/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/arguments_hardcoded/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/big_query/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/companion/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/companion/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/data_builders/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/data_builders/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecation/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/empty/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enum_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enum_field/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/field_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_nested_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_used_twice/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_same_type_condition/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_defer_and_include_directives/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_type_condition/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_details/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_details_semantic_naming/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_name_query_long_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_with_review/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_for_non_optional_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_inside_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_merge_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_simple/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_type_coercion/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragments_with_friends/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument_with_generated_methods/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/introspection_query/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/merged_include/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review_semantic_naming/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_delegate/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_inside_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_without_implementation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_conditional_inline/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/object/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/object/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/operation_id_generator/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/optional/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/optional/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/recursive_selection/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/reserved_keywords/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment_with_nested_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment_with_inline_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_union/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_union/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/starships/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/target_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/target_name/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/test_inline/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/test_inline/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_unique/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_with_friends/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typename_always_first/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/union_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/union_inline_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/unique_type_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/variable_default_value/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/schema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/defer.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/include.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/schema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/skip.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/extendsSchema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/interfacesWithoutKeyFields.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/nonexistentKeyField.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectAndInterfaceTypePolicySchema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectInheritingTwoInterfaces.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/operations.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/schema.graphqls",
"libraries/apollo-compiler/src/test/metadata/fragment-multiple/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-multiple/root.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/root.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-variable-error/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-variable-error/root.graphql",
"libraries/apollo-compiler/src/test/metadata/schema.graphqls",
"libraries/apollo-compiler/src/test/metadata/simple/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/simple/root.graphql",
"libraries/apollo-compiler/src/test/typename/droid.graphql",
"libraries/apollo-compiler/src/test/typename/fragment_spread.graphql",
"libraries/apollo-compiler/src/test/typename/hero_name.graphql",
"libraries/apollo-compiler/src/test/typename/inline_fragment.graphql",
"libraries/apollo-compiler/src/test/typename/nested.graphql",
"libraries/apollo-compiler/src/test/typename/tree.graphql",
"libraries/apollo-compiler/src/test/usedtypes/enum_input_field.graphql",
"libraries/apollo-compiler/src/test/usedtypes/enum_output_field.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed_with_fragment_spread.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_disallowed.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/duplicate-target-name.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/reserved-enum-value-names.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/typepolicy-clash.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/typepolicy-unknown-fields.graphqls",
"libraries/apollo-debug-server/graphql/schema.graphqls",
"libraries/apollo-execution/testFixtures/introspection-query.graphql",
"libraries/apollo-gradle-plugin/testFiles/githunt/FeedQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/hero/TestQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/sdl/FeedRepositoryQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/simple/operations.graphql",
"libraries/apollo-gradle-plugin/testFiles/simple/schema.graphqls",
"libraries/apollo-gradle-plugin/testFiles/starwars/AllFilms.graphql",
"libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetails.graphql",
"libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetailsSpeciesInfo.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-test-variants/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/androidTest/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/debug/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoDebug/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoTest/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/release/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/buildCache/src/main/graphql/starwars/AllFilms.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/leaf/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/deprecationWarnings/src/main/graphql/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/executable-schema-file/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/lazy-schema-file/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/mismatchedVersions/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node1/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node2/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node1/impl/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node2/impl/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-consumer/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/fragments/src/main/graphql/fragments.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/schema/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/node/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multiplatform/src/commonMain/graphql/DroidDetails.graphql",
"libraries/apollo-gradle-plugin/testProjects/operationIdsWithIsolation/app/src/main/graphql/com/example/TestQuery.graphql",
"libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/testSourceSet/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/graphql/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/graphql/pre-introspection.graphql",
"libraries/apollo-tooling/src/main/graphql/graphql/schema.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/schema.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/schema.graphqls",
"libraries/apollo-tooling/src/main/resources/base-introspection.graphql",
"libraries/apollo-tooling/src/test/fixtures/introspection-response-success-full.graphqls",
"tests/ast-benchmark/test-data/large-schema-4-query.graphql",
"tests/cache-variables-arguments/src/main/graphql/operation.graphql",
"tests/cache-variables-arguments/src/main/graphql/schema.graphqls",
"tests/catch-responseBased/src/main/graphql/null/extra.graphqls",
"tests/catch-responseBased/src/main/graphql/null/operations.graphql",
"tests/catch-responseBased/src/main/graphql/result/extra.graphqls",
"tests/catch-responseBased/src/main/graphql/shared/levels.graphql",
"tests/catch-responseBased/src/main/graphql/shared/operations.graphql",
"tests/catch-responseBased/src/main/graphql/shared/schema.graphqls",
"tests/catch-responseBased/src/main/graphql/throw/extra.graphqls",
"tests/catch/src/main/graphql/fragments/operation.graphql",
"tests/catch/src/main/graphql/fragments/schema.graphqls",
"tests/catch/src/main/graphql/nested/operation.graphql",
"tests/catch/src/main/graphql/nested/schema.graphqls",
"tests/catch/src/main/graphql/null/extra.graphqls",
"tests/catch/src/main/graphql/null/operations.graphql",
"tests/catch/src/main/graphql/result/extra.graphqls",
"tests/catch/src/main/graphql/shared/levels.graphql",
"tests/catch/src/main/graphql/shared/operations.graphql",
"tests/catch/src/main/graphql/shared/schema.graphqls",
"tests/catch/src/main/graphql/throw/extra.graphqls",
"tests/compiler-plugins/app/src/main/graphql/cache/schema.graphqls",
"tests/compiler-plugins/app/src/main/graphql/default/operation.graphql",
"tests/compiler-plugins/app/src/main/graphql/default/schema.graphqls",
"tests/compiler-plugins/custom-flatten/src/main/graphql/operations.graphql",
"tests/compiler-plugins/custom-flatten/src/main/graphql/schema.graphqls",
"tests/compiler-plugins/schema-codegen/src/main/resources/cache_v0.1.graphqls",
"tests/data-builders-java/src/main/graphql/operations.graphql",
"tests/data-builders-java/src/main/graphql/schema.graphqls",
"tests/data-builders-kotlin-consumer/src/main/graphql/operations.graphql",
"tests/data-builders-kotlin/src/main/graphql/fragments.graphql",
"tests/data-builders-kotlin/src/main/graphql/operations.graphql",
"tests/data-builders-kotlin/src/main/graphql/schema.graphqls",
"tests/defer/apollo-server/computers.graphqls",
"tests/defer/router/simple-supergraph.graphqls",
"tests/defer/router/subgraphs/computers/computers.graphqls",
"tests/defer/src/commonMain/graphql/base/operation.graphql",
"tests/defer/src/commonMain/graphql/base/schema.graphqls",
"tests/defer/src/commonMain/graphql/noTypename/operation.graphql",
"tests/defer/src/commonMain/graphql/noTypename/schema.graphqls",
"tests/defer/src/commonMain/graphql/supergraph/query.graphql",
"tests/defer/src/commonMain/graphql/supergraph/schema.graphqls",
"tests/deprecated-requires-opt-in/graphql/operation.graphql",
"tests/deprecated-requires-opt-in/graphql/schema.graphqls",
"tests/enums/src/main/graphql/extra.graphqls",
"tests/enums/src/main/graphql/operation.graphql",
"tests/enums/src/main/graphql/schema.graphqls",
"tests/escaping/src/main/graphql/operation.graphql",
"tests/escaping/src/main/graphql/schema.graphqls",
"tests/filesystem-sensitivity/src/main/graphql/operations.graphql",
"tests/filesystem-sensitivity/src/main/graphql/schema.graphqls",
"tests/fragment-arguments/src/main/graphql/operations.graphql",
"tests/fragment-arguments/src/main/graphql/schema.graphqls",
"tests/generated-methods/src/main/graphql/operation.graphql",
"tests/generated-methods/src/main/graphql/schema.graphqls",
"tests/gzip/src/commonMain/graphql/operations.graphql",
"tests/gzip/src/commonMain/graphql/schema.graphqls",
"tests/http-cache/src/main/graphql/operations.graphql",
"tests/http-cache/src/main/graphql/schema.graphqls",
"tests/http-headers/src/main/graphql/operations.graphql",
"tests/http-headers/src/main/graphql/schema.graphqls",
"tests/include-skip-operation-based/src/main/graphql/operations.graphql",
"tests/include-skip-operation-based/src/main/graphql/schema.graphqls",
"tests/input/src/main/graphql/operation.graphql",
"tests/input/src/main/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/extra.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/schema/graphql/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/operations.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/BookTrip.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/CancelTrip.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetailsByDate.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchList.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/Login.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/TripsBooked.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllFilms.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllPlanets.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/DroidDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/AllFilms.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterNameById.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterWithBirthDate.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CreateReviewMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroName.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroNameWithId.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithDates.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithInlineFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsDirectives.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsName.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIds.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIdsForParentOnly.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsWithFragments.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAppearsIn.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithEnums.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithId.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroParentTypeDependentField.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroTypeDependentAliasedField.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroWithFriendsFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HumanWithIdFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/Instant.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/JsonScalar.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/NullableHero.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/ReviewsByEpisode.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SameHeroTwice.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SearchHero.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/StartshipById.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewWithoutVariableMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetFloats.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetInts.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/NewRepoCommentSubscription.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/MultipleUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/NestedUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUploadTwice.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/schema.graphqls",
"tests/ios-test/src/commonMain/graphql/operations.graphql",
"tests/ios-test/src/commonMain/graphql/schema.graphqls",
"tests/java-nullability/src/main/graphql/operation.graphql",
"tests/java-nullability/src/main/graphql/schema.graphqls",
"tests/js/src/commonMain/graphql/operations.graphql",
"tests/js/src/commonMain/graphql/schema.graphqls",
"tests/jsexport/src/commonMain/graphql/operations.graphql",
"tests/jsexport/src/commonMain/graphql/schema.graphqls",
"tests/jvmoverloads/src/main/graphql/operation.graphql",
"tests/jvmoverloads/src/main/graphql/schema.graphqls",
"tests/kdoc/src/main/graphql/operation.graphql",
"tests/kdoc/src/main/graphql/schema.graphqls",
"tests/kotlin-codegen/src/main/graphql/operations.graphql",
"tests/kotlin-codegen/src/main/graphql/schema.graphqls",
"tests/model-builders-java/src/main/graphql/operations.graphql",
"tests/model-builders-java/src/main/graphql/schema.graphqls",
"tests/models-fixtures/graphql/operations.graphql",
"tests/models-fixtures/graphql/schema.graphqls",
"tests/models-operation-based-with-interfaces/graphql/operation.graphql",
"tests/models-operation-based-with-interfaces/graphql/schema.graphqls",
"tests/multi-module-1/bidirectional/src/main/graphql/com/example/operations.graphql",
"tests/multi-module-1/child/src/main/graphql/operations.graphql",
"tests/multi-module-1/file-path/src/main/graphql/com/example/operations.graphql",
"tests/multi-module-1/root/src/main/graphql/operations.graphql",
"tests/multi-module-1/root/src/main/graphql/schema.graphqls",
"tests/multi-module-2/child/src/main/graphql/operations.graphql",
"tests/multi-module-2/root/src/main/graphql/operations.graphql",
"tests/multi-module-2/root/src/main/graphql/schema.graphqls",
"tests/multi-module-3/child/src/main/graphql/operations.graphql",
"tests/multi-module-3/root/src/main/graphql/schema.graphqls",
"tests/multipart/src/commonMain/graphql/mockserver/operations.graphql",
"tests/multipart/src/commonMain/graphql/mockserver/schema.graphqls",
"tests/multipart/src/commonMain/graphql/router/operations.graphql",
"tests/native-benchmarks/src/commonMain/graphql/operation.graphql",
"tests/native-benchmarks/src/commonMain/graphql/schema.graphqls",
"tests/no-query-document/src/main/graphql/operation.graphql",
"tests/no-query-document/src/main/graphql/schema.graphqls",
"tests/no-runtime/src/main/graphql/operation.graphql",
"tests/normalization-tests/src/main/graphql/1/operations.graphql",
"tests/normalization-tests/src/main/graphql/1/schema.graphqls",
"tests/normalization-tests/src/main/graphql/2/operations.graphql",
"tests/normalization-tests/src/main/graphql/2/schema.graphqls",
"tests/normalization-tests/src/main/graphql/3/extra.graphqls",
"tests/normalization-tests/src/main/graphql/3/operations.graphql",
"tests/normalization-tests/src/main/graphql/3/schema.graphqls",
"tests/number_scalar/src/main/graphql/operation.graphql",
"tests/number_scalar/src/main/graphql/schema.graphqls",
"tests/on-error/src/main/graphql/operations.graphql",
"tests/on-error/src/main/graphql/schema.graphqls",
"tests/optimistic-data/src/main/graphql/operation.graphql",
"tests/optimistic-data/src/main/graphql/schema.graphqls",
"tests/optional-variables/src/main/graphql/operation.graphql",
"tests/optional-variables/src/main/graphql/operationWithFragment.graphql",
"tests/optional-variables/src/main/graphql/schema.graphqls",
"tests/outofbounds/src/main/graphql/operation.graphql",
"tests/outofbounds/src/main/graphql/schema.graphqls",
"tests/platform-api/src/main/graphql/operations.graphql",
"tests/platform-api/src/main/graphql/schema.graphqls",
"tests/runtime/src/main/graphql/operation.graphql",
"tests/sample-server/graphql/schema.graphqls",
"tests/scalar-adapters/src/main/graphql/extra.graphqls",
"tests/scalar-adapters/src/main/graphql/operation.graphql",
"tests/scalar-adapters/src/main/graphql/schema.graphqls",
"tests/schema-changes/src/main/graphql/operation.graphql",
"tests/schema-changes/src/main/graphql/schema.graphqls",
"tests/schema-packagename/src/main/graphql/com/example/operation.graphql",
"tests/schema-packagename/src/main/graphql/com/example/schema.graphqls",
"tests/schema-transform/app/src/main/graphql/operation.graphql",
"tests/schema-transform/app/src/main/graphql/schema.graphqls",
"tests/semantic-non-null/src/main/graphql/operations.graphql",
"tests/semantic-non-null/src/main/graphql/schema.graphqls",
"tests/shared-framework/src/commonMain/graphql/operation.graphql",
"tests/shared-framework/src/commonMain/graphql/schema.graphqls",
"tests/strict-mode/src/main/graphql/operation.graphql",
"tests/strict-mode/src/main/graphql/schema.graphqls",
"tests/termination/src/main/graphql/operation.graphql",
"tests/termination/src/main/graphql/schema.graphqls",
"tests/test-network-transport/src/main/graphql/operation.graphql",
"tests/test-network-transport/src/main/graphql/schema.graphqls",
"tests/websockets/src/commonMain/graphql/appsync/GetComments.graphql",
"tests/websockets/src/commonMain/graphql/appsync/schema.graphqls",
"tests/websockets/src/commonMain/graphql/cloud-router/GetReviews.graphql",
"tests/websockets/src/commonMain/graphql/cloud-router/schema.graphqls",
"tests/websockets/src/commonMain/graphql/fullstack-tutorial/operations.graphql",
"tests/websockets/src/commonMain/graphql/graphql-ws/operations.graphql",
"tests/websockets/src/commonMain/graphql/graphql-ws/schema.graphqls",
"tests/websockets/src/commonMain/graphql/sample-server/operations.graphql"
],
"has_devcontainer": false,
"typecheck_configs": [],
"largest_source_bytes": 72770,
"source_files_sampled": 953,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"benchmark/build.gradle.kts",
"build-logic/build.gradle.kts",
"build.gradle.kts",
"tests/build.gradle.kts"
],
"ecosystems": [
"maven"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@apollo/server",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "@colors/colors",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@discoveryjs/json-ext",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@socket.io/component-emitter",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@types/cors",
"direct": false,
"version": "2.8.19",
"ecosystem": "npm"
},
{
"name": "@types/eslint",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@types/eslint-scope",
"direct": false,
"version": "3.7.7",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.2.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ast",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/floating-point-hex-parser",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-api-error",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-buffer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-numbers",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-section",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ieee754",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/leb128",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/utf8",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-edit",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-gen",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-opt",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-parser",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wast-printer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/configtest",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/info",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@webpack-cli/serve",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@xtuc/ieee754",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@xtuc/long",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-import-phases",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.17.1",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-alpha.5-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-alpha.6-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-alpha.7-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-alpha.8-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-rc.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-rc.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.0-rc.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-alpha.5-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-alpha.6-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-alpha.7-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-alpha.8-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-rc.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-rc.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.0-rc.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-alpha.5-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-alpha.6-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-alpha.7-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-alpha.8-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-rc.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-rc.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.0-rc.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-alpha.5-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-alpha.6-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-alpha.7-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-alpha.8-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-rc.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-rc.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.0-rc.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-alpha.5-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-alpha.6-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-alpha.7-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-alpha.8-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-rc.0-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-rc.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.0-rc.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.1-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "apollo-server",
"direct": false,
"version": "3.10.1",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "base64id",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.9.19",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "1.20.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001768",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "chrome-trace-event",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "clone-deep",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.20",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "connect",
"direct": false,
"version": "3.7.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "custom-event",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "date-format",
"direct": false,
"version": "4.0.14",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "2.6.9",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "destroy",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "di",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "dom-serialize",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.286",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "engine.io",
"direct": false,
"version": "6.6.5",
"ecosystem": "npm"
},
{
"name": "engine.io-parser",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.19.0",
"ecosystem": "npm"
},
{
"name": "ent",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "envinfo",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fastest-levenshtein",
"direct": false,
"version": "1.0.16",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.11",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "format-util",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-to-regexp",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "graphql",
"direct": false,
"version": "16.5.0",
"ecosystem": "npm"
},
{
"name": "graphql",
"direct": false,
"version": "17.0.0-alpha.9",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy",
"direct": false,
"version": "1.18.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "isbinaryfile",
"direct": false,
"version": "4.0.10",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isobject",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "27.5.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "karma",
"direct": false,
"version": "6.4.4",
"ecosystem": "npm"
},
{
"name": "karma-chrome-launcher",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "karma-mocha",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "karma-sourcemap-loader",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "karma-webpack",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "kotlin-web-helpers",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "ktor-ktor-client-core",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "loader-runner",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.23",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "log4js",
"direct": false,
"version": "6.9.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-annotations",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-annotations-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-api",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-api-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-ast",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-ast-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-engine-tests",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-engine-tests-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-execution",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-execution-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-mpp-utils",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-mpp-utils-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-normalized-cache",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-normalized-cache-api",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-normalized-cache-api-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-normalized-cache-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-runtime",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-runtime-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-testing-support",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-testing-support-internal",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-testing-support-internal-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-kotlin-apollo-testing-support-test",
"direct": false,
"version": "5.0.2-SNAPSHOT",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-browser-tests",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-browser-tests-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-defer",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-defer-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-gzip",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-gzip-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-integration-tests",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-integration-tests-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-js",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-js-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-jsexport",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-jsexport-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-models-operation-based",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-models-operation-based-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-models-response-based",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-models-response-based-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-multipart",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-multipart-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-websockets",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "packages/apollo-tests-websockets-test",
"direct": false,
"version": "0.0.0-unspecified",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "qjobs",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.14.1",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "requires-port",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shallow-clone",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "socket.io",
"direct": false,
"version": "4.8.3",
"ecosystem": "npm"
},
{
"name": "socket.io-adapter",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "socket.io-parser",
"direct": false,
"version": "4.2.5",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-loader",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "streamroller",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.46.0",
"ecosystem": "npm"
},
{
"name": "terser-webpack-plugin",
"direct": false,
"version": "5.3.16",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "1.6.18",
"ecosystem": "npm"
},
{
"name": "ua-parser-js",
"direct": false,
"version": "0.7.41",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "utils-merge",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "void-elements",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "watchpack",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "5.101.3",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-sources",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wildcard",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.18.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 411,
"direct_count": 0,
"indirect_count": 411
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 4176,
"open_issues": 106,
"closed_ratio": 0.957,
"closed_issues": 2382,
"closed_unmerged_prs": 225
},
"bus_factor": 2,
"top_contributors": [
{
"type": "User",
"login": "martinbonnin",
"commits": 2013,
"avatar_url": "https://avatars.githubusercontent.com/u/3974977?v=4"
},
{
"type": "User",
"login": "BoD",
"commits": 698,
"avatar_url": "https://avatars.githubusercontent.com/u/372852?v=4"
},
{
"type": "User",
"login": "sav007",
"commits": 480,
"avatar_url": "https://avatars.githubusercontent.com/u/902816?v=4"
},
{
"type": "User",
"login": "renovate-bot",
"commits": 263,
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4"
},
{
"type": "Bot",
"login": "renovate[bot]",
"commits": 102,
"avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4"
},
{
"type": "User",
"login": "tasomaniac",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/763339?v=4"
},
{
"type": "User",
"login": "marwanad",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/7871596?v=4"
},
{
"type": "Bot",
"login": "github-actions[bot]",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4"
},
{
"type": "User",
"login": "bignimbus",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/3976692?v=4"
},
{
"type": "User",
"login": "trevorblades",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/1216917?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.478
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-pull-request.yml",
"bump-kotlin-nightlies.yml",
"defer-integration-tests.yml",
"issue-close-user-survey.yml",
"platform-api-tests.yml",
"publish-preview.yml",
"publish-release.yml",
"publish-snapshot-and-kdoc.yml",
"run-benchmarks.yml",
"trigger-preview.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 7,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "19 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 18/27 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 51 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "26 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f8d9e8803a127526fdbd3e115dd2277050acae4c",
"ran_at": "2026-07-19T12:13:49Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/apollographql/apollo-kotlin",
"host": "github.com",
"name": "apollo-kotlin",
"owner": "apollographql"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"security": 58,
"vitality": 98,
"community": 89,
"governance": 75,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 98,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"commits_last_year": 231,
"human_commit_share": null,
"days_since_last_push": 1,
"active_weeks_last_year": 47
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "47/52 weeks with commits",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 47
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "231 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 231
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 100,
"latest_release_tag": "v5.0.1",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 16.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "100 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 100
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "no_commit_sample",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 89,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"forks": 695,
"stars": 3963,
"watchers": 108,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,963 stars",
"points": 58.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3963
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "695 forks",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 695
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "108 watchers",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 108
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.478
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 48% of commits",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 51 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 4176,
"open_issues": 106,
"closed_issues": 2382,
"issue_closed_ratio": 0.957,
"closed_unmerged_prs": 225
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 44.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4176/4401 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4176,
"decided": 4401
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/27 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 1534,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "apollographql",
"public_repos": 239,
"account_age_days": 3810
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,534 followers of apollographql",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1534,
"login": "apollographql"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "239 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 239
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "10 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 10
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "19 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"graphql-client",
"android",
"apollographql",
"graphql",
"kotlin",
"multiplatform",
"kotlin-multiplatform"
],
"has_wiki": true,
"homepage": "https://www.apollographql.com/docs/kotlin",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.apollographql.com/docs/kotlin",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "19 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 18/27 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 51 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "26 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"demonstrated_agent_practice",
"automated_maintenance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": null,
"toolchain_manifests": [],
"dependency_bot_commit_share": null
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Kotlin (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Kotlin"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Kotlin",
"largest_source_bytes": 72770,
"source_files_sampled": 953,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Kotlin (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Kotlin"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/953 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 953,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"sample",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": [
"benchmark/app/src/main/graphql/api/operations.graphql",
"benchmark/app/src/main/graphql/api/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/benchmark/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/benchmark/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/calendar/CalendarFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/CalendarProviderFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/CategoryFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/DateTimeFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/IconFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemTypeFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/ItemsQuery.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/PageInfoFragment.graphql",
"benchmark/microbenchmark/src/main/graphql/calendar/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/conferences/Queries.graphql",
"benchmark/microbenchmark/src/main/graphql/conferences/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/conferences/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/pagination/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/pagination/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/pagination/schema.graphqls",
"benchmark/microbenchmark/src/main/graphql/tracks/extra.graphqls",
"benchmark/microbenchmark/src/main/graphql/tracks/operations.graphql",
"benchmark/microbenchmark/src/main/graphql/tracks/schema.graphqls",
"libraries/apollo-ast/test-fixtures/merger/argument-default-value-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/argument-description-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/description-is-preserved.graphql",
"libraries/apollo-ast/test-fixtures/merger/field-description-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/field-type-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-descriptions-and-default-values.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-argument.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-directive.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-field-error.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-interface-field-directive.graphql",
"libraries/apollo-ast/test-fixtures/merger/merge-service-capabilities.graphql",
"libraries/apollo-ast/test-fixtures/parser/anonymous-operation.graphql",
"libraries/apollo-ast/test-fixtures/parser/comments-at-eof.graphql",
"libraries/apollo-ast/test-fixtures/parser/deprecate-directive.graphql",
"libraries/apollo-ast/test-fixtures/parser/dollar-arg-name.graphqls",
"libraries/apollo-ast/test-fixtures/parser/empty-extension-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/extra-tokens.graphql",
"libraries/apollo-ast/test-fixtures/parser/fragment-arguments-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/fragment-arguments.graphql",
"libraries/apollo-ast/test-fixtures/parser/service-capabilities.graphql",
"libraries/apollo-ast/test-fixtures/parser/service-capability-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/simple.graphql",
"libraries/apollo-ast/test-fixtures/parser/type-description-error.graphql",
"libraries/apollo-ast/test-fixtures/parser/type-extensions.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/ArgumentNonOptional.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/BadDirectiveArgument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/CircularFragmentReference.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/DuplicateOperation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/FragmentDuplication.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/FragmentUnknownType.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentCanNotBeSpread.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentUnknonwType.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldNonOptional.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/InputObjectListFieldTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingDirective.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingDirectiveArgument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/MissingSelectionSet.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/QueryUnknowField.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/SyntaxError.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/TypeSystemDefinition.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/UnusedVariable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/VariableMissing.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/VariableTypeMismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/apollo_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/bad_variable_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/catch/catch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/catch/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/default_namespace.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_labels.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_inline.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_spread.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/fragment_used_twice_not_duplicate_labels.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/illegal_label.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/label_is_a_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/root_field_mutation_or_subscription.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/defer/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/definition_renames.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/deprecated/deprecated_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/deprecated/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/directive_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/different_shapes.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/merging_allowed.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/multiple_merged_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/nested_merged_field.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/different_shapes.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/default_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/merge_error.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/missing_required_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/nested_merge_error.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/operation_variable_passthrough.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/type_mismatch.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unknown_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unused_fragment_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/valid_usage.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/variable_scoping.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/fragment_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/field_merging.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/allows_different_order_of_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/allows_different_order_of_input_object_fields_in_arg_values.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/works_for_field_names_that_are_js_keywords.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_misplaced_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_no_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_standard_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_unknown_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/defined_variables_used as_fragment_arguments_are_not_unused_or_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/fragment_defined_arguments_are_not_unused_or_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_undefined_variables_produce_multiple_errors.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_in_fragments_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/no_unused_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/single_variable_in_fragment_not_defined_by_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/unused_fragment_variables_are_reported.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply_in_inline_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_unnamed_query.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_used_by_other_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined_by_anonymous_query.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_fragment_used_by_other_operation.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_unreferenced_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_fragment_in_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_in_fragment_not_defined_by_multiple_operations.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_shadowed_by_parent_fragment_arguments_are_still_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_used_as_fragment_arguments_may_be_undefined_variables.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_inline_fragments_without_type_condition.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_non_conflicting_overlapping_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compares_deep_types_including_list.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compatible_return_shapes_on_different_return_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/conflicting_return_types_which_potentially_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_deep_return_types_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_1.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_2.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_nullability_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_types_despite_no_overlap.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_subfields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/ignores_unknown_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/reports_correctly_when_a_non_exclusive_follows_an_exclusive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/same_wrapped_scalar_return_types.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/alias_masking_direct_field_access.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/allows_different_args_where_no_conflict_is_possible.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/arg_passed_to_fragment_without_arg_is_reported.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_names.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_values.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict_with_multiple_issues.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_adds_an_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_missing_an_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_with_different_aliases.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_directives_with_different_aliases.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_skip_include_directives_accepted.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_immediately_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment_with_a_field_named_after_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragments_separated_by_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_transitively_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments_with_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_case_even_with_immediately_recursive_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_cases_even_with_field_named_after_fragment.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/fragment_args_are_known.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_directives.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/ignores_unknown_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_after_nested_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_in_nested_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor_in_fragments.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_each_conflict_once.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_allowed_on_non_overlapping_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_with_different_field_targets.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unique_fields.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unknown_args_amongst_known_args.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/very_deep_conflict.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion_failure.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/introspection/introspection.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/introspection/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/mandatory_argument.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_argument_default_value.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_in_non_nullable_position.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/one_of/one_of.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/one_of/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/optional_variable.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/repeated_directive.graphql",
"libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/executable/schema.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/bad_default_value.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/builtin-directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/duplicate-type.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/duplicate_directive.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/executable-definition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/implements-object.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles0.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles1.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles10.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles11.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles12.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles13.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles2.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles3.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles4.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles5.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles6.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles7.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles8.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-cycles9.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/input-default-value-cycles.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/link-redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/linked-rename.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/linked_directive_redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-incompatible.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-redefinition.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object.graphqls",
"libraries/apollo-ast/test-fixtures/validation/schema/unexpected-definitions.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/__schema/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/antlr_tokens/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/arguments_hardcoded/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/big_query/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/companion/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/companion/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/data_builders/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/data_builders/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/deprecation/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/empty/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enum_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enum_field/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/field_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_nested_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_used_twice/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_same_type_condition/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_defer_and_include_directives/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_type_condition/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_details/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_details_semantic_naming/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_name_query_long_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/hero_with_review/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_for_non_optional_field/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_inside_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_merge_fields/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_simple/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_type_coercion/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_with_include_directive/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/inline_fragments_with_friends/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument_with_generated_methods/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/introspection_query/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/merged_include/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.java.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.kotlin.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review_semantic_naming/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_delegate/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_inside_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_without_implementation/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_conditional_inline/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/object/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/object/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/operation_id_generator/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/optional/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/optional/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/recursive_selection/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/reserved_keywords/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment_with_nested_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/root_query_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment_with_inline_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_inline_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_union/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/simple_union/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/starships/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/target_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/target_name/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/test_inline/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/test_inline/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_unique/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_with_friends/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typename_always_first/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/union_fragment/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/union_inline_fragments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/unique_type_name/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/schema.graphqls",
"libraries/apollo-compiler/src/test/graphql/com/example/variable_default_value/TestOperation.graphql",
"libraries/apollo-compiler/src/test/graphql/schema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/defer.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/include.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/schema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/skip.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/extendsSchema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/interfacesWithoutKeyFields.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/nonexistentKeyField.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectAndInterfaceTypePolicySchema.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectInheritingTwoInterfaces.graphqls",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/operations.graphql",
"libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/schema.graphqls",
"libraries/apollo-compiler/src/test/metadata/fragment-multiple/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-multiple/root.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/root.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-variable-error/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/fragment-variable-error/root.graphql",
"libraries/apollo-compiler/src/test/metadata/schema.graphqls",
"libraries/apollo-compiler/src/test/metadata/simple/leaf.graphql",
"libraries/apollo-compiler/src/test/metadata/simple/root.graphql",
"libraries/apollo-compiler/src/test/typename/droid.graphql",
"libraries/apollo-compiler/src/test/typename/fragment_spread.graphql",
"libraries/apollo-compiler/src/test/typename/hero_name.graphql",
"libraries/apollo-compiler/src/test/typename/inline_fragment.graphql",
"libraries/apollo-compiler/src/test/typename/nested.graphql",
"libraries/apollo-compiler/src/test/typename/tree.graphql",
"libraries/apollo-compiler/src/test/usedtypes/enum_input_field.graphql",
"libraries/apollo-compiler/src/test/usedtypes/enum_output_field.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed_with_fragment_spread.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_disallowed.graphql",
"libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/schema.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/duplicate-target-name.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/reserved-enum-value-names.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/typepolicy-clash.graphqls",
"libraries/apollo-compiler/src/test/validation/schema/typepolicy-unknown-fields.graphqls",
"libraries/apollo-debug-server/graphql/schema.graphqls",
"libraries/apollo-execution/testFixtures/introspection-query.graphql",
"libraries/apollo-gradle-plugin/testFiles/githunt/FeedQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/hero/TestQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/sdl/FeedRepositoryQuery.graphql",
"libraries/apollo-gradle-plugin/testFiles/simple/operations.graphql",
"libraries/apollo-gradle-plugin/testFiles/simple/schema.graphqls",
"libraries/apollo-gradle-plugin/testFiles/starwars/AllFilms.graphql",
"libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetails.graphql",
"libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetailsSpeciesInfo.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-test-variants/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/androidTest/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/debug/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoDebug/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoTest/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/release/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/android-variants/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/buildCache/src/main/graphql/starwars/AllFilms.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/leaf/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/deprecationWarnings/src/main/graphql/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/executable-schema-file/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/test/graphql/com/example/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/lazy-schema-file/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/mismatchedVersions/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node1/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node2/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node1/impl/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node2/impl/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-consumer/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/fragments/src/main/graphql/fragments.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/schema/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/node/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules/leaf/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multi-modules/root/src/main/graphql/com/library/operations.graphql",
"libraries/apollo-gradle-plugin/testProjects/multiplatform/src/commonMain/graphql/DroidDetails.graphql",
"libraries/apollo-gradle-plugin/testProjects/operationIdsWithIsolation/app/src/main/graphql/com/example/TestQuery.graphql",
"libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/operation.graphql",
"libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/schema.graphqls",
"libraries/apollo-gradle-plugin/testProjects/testSourceSet/src/main/graphql/com/example/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/graphql/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/graphql/pre-introspection.graphql",
"libraries/apollo-tooling/src/main/graphql/graphql/schema.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/platform-api/internal/schema.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/extra.graphqls",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/operations.graphql",
"libraries/apollo-tooling/src/main/graphql/platform-api/public/schema.graphqls",
"libraries/apollo-tooling/src/main/resources/base-introspection.graphql",
"libraries/apollo-tooling/src/test/fixtures/introspection-response-success-full.graphqls",
"tests/ast-benchmark/test-data/large-schema-4-query.graphql",
"tests/cache-variables-arguments/src/main/graphql/operation.graphql",
"tests/cache-variables-arguments/src/main/graphql/schema.graphqls",
"tests/catch-responseBased/src/main/graphql/null/extra.graphqls",
"tests/catch-responseBased/src/main/graphql/null/operations.graphql",
"tests/catch-responseBased/src/main/graphql/result/extra.graphqls",
"tests/catch-responseBased/src/main/graphql/shared/levels.graphql",
"tests/catch-responseBased/src/main/graphql/shared/operations.graphql",
"tests/catch-responseBased/src/main/graphql/shared/schema.graphqls",
"tests/catch-responseBased/src/main/graphql/throw/extra.graphqls",
"tests/catch/src/main/graphql/fragments/operation.graphql",
"tests/catch/src/main/graphql/fragments/schema.graphqls",
"tests/catch/src/main/graphql/nested/operation.graphql",
"tests/catch/src/main/graphql/nested/schema.graphqls",
"tests/catch/src/main/graphql/null/extra.graphqls",
"tests/catch/src/main/graphql/null/operations.graphql",
"tests/catch/src/main/graphql/result/extra.graphqls",
"tests/catch/src/main/graphql/shared/levels.graphql",
"tests/catch/src/main/graphql/shared/operations.graphql",
"tests/catch/src/main/graphql/shared/schema.graphqls",
"tests/catch/src/main/graphql/throw/extra.graphqls",
"tests/compiler-plugins/app/src/main/graphql/cache/schema.graphqls",
"tests/compiler-plugins/app/src/main/graphql/default/operation.graphql",
"tests/compiler-plugins/app/src/main/graphql/default/schema.graphqls",
"tests/compiler-plugins/custom-flatten/src/main/graphql/operations.graphql",
"tests/compiler-plugins/custom-flatten/src/main/graphql/schema.graphqls",
"tests/compiler-plugins/schema-codegen/src/main/resources/cache_v0.1.graphqls",
"tests/data-builders-java/src/main/graphql/operations.graphql",
"tests/data-builders-java/src/main/graphql/schema.graphqls",
"tests/data-builders-kotlin-consumer/src/main/graphql/operations.graphql",
"tests/data-builders-kotlin/src/main/graphql/fragments.graphql",
"tests/data-builders-kotlin/src/main/graphql/operations.graphql",
"tests/data-builders-kotlin/src/main/graphql/schema.graphqls",
"tests/defer/apollo-server/computers.graphqls",
"tests/defer/router/simple-supergraph.graphqls",
"tests/defer/router/subgraphs/computers/computers.graphqls",
"tests/defer/src/commonMain/graphql/base/operation.graphql",
"tests/defer/src/commonMain/graphql/base/schema.graphqls",
"tests/defer/src/commonMain/graphql/noTypename/operation.graphql",
"tests/defer/src/commonMain/graphql/noTypename/schema.graphqls",
"tests/defer/src/commonMain/graphql/supergraph/query.graphql",
"tests/defer/src/commonMain/graphql/supergraph/schema.graphqls",
"tests/deprecated-requires-opt-in/graphql/operation.graphql",
"tests/deprecated-requires-opt-in/graphql/schema.graphqls",
"tests/enums/src/main/graphql/extra.graphqls",
"tests/enums/src/main/graphql/operation.graphql",
"tests/enums/src/main/graphql/schema.graphqls",
"tests/escaping/src/main/graphql/operation.graphql",
"tests/escaping/src/main/graphql/schema.graphqls",
"tests/filesystem-sensitivity/src/main/graphql/operations.graphql",
"tests/filesystem-sensitivity/src/main/graphql/schema.graphqls",
"tests/fragment-arguments/src/main/graphql/operations.graphql",
"tests/fragment-arguments/src/main/graphql/schema.graphqls",
"tests/generated-methods/src/main/graphql/operation.graphql",
"tests/generated-methods/src/main/graphql/schema.graphqls",
"tests/gzip/src/commonMain/graphql/operations.graphql",
"tests/gzip/src/commonMain/graphql/schema.graphqls",
"tests/http-cache/src/main/graphql/operations.graphql",
"tests/http-cache/src/main/graphql/schema.graphqls",
"tests/http-headers/src/main/graphql/operations.graphql",
"tests/http-headers/src/main/graphql/schema.graphqls",
"tests/include-skip-operation-based/src/main/graphql/operations.graphql",
"tests/include-skip-operation-based/src/main/graphql/schema.graphqls",
"tests/input/src/main/graphql/operation.graphql",
"tests/input/src/main/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/extra.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/operations.graphql",
"tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/schema.graphqls",
"tests/integration-tests/src/commonTest/kotlin/test/schema/graphql/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/operations.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/BookTrip.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/CancelTrip.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetailsByDate.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchList.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/Login.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/TripsBooked.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllFilms.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllPlanets.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/DroidDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/AllFilms.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterDetails.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterNameById.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterWithBirthDate.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CreateReviewMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroName.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroNameWithId.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithDates.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithInlineFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsDirectives.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsName.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIds.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIdsForParentOnly.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsWithFragments.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAppearsIn.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithEnums.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithId.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroParentTypeDependentField.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroTypeDependentAliasedField.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroWithFriendsFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HumanWithIdFragment.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/Instant.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/JsonScalar.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/NullableHero.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/ReviewsByEpisode.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SameHeroTwice.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SearchHero.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/StartshipById.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewWithoutVariableMutation.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetFloats.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetInts.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/NewRepoCommentSubscription.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/schema.graphqls",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/MultipleUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/NestedUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUpload.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUploadTwice.graphql",
"tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/schema.graphqls",
"tests/ios-test/src/commonMain/graphql/operations.graphql",
"tests/ios-test/src/commonMain/graphql/schema.graphqls",
"tests/java-nullability/src/main/graphql/operation.graphql",
"tests/java-nullability/src/main/graphql/schema.graphqls",
"tests/js/src/commonMain/graphql/operations.graphql",
"tests/js/src/commonMain/graphql/schema.graphqls",
"tests/jsexport/src/commonMain/graphql/operations.graphql",
"tests/jsexport/src/commonMain/graphql/schema.graphqls",
"tests/jvmoverloads/src/main/graphql/operation.graphql",
"tests/jvmoverloads/src/main/graphql/schema.graphqls",
"tests/kdoc/src/main/graphql/operation.graphql",
"tests/kdoc/src/main/graphql/schema.graphqls",
"tests/kotlin-codegen/src/main/graphql/operations.graphql",
"tests/kotlin-codegen/src/main/graphql/schema.graphqls",
"tests/model-builders-java/src/main/graphql/operations.graphql",
"tests/model-builders-java/src/main/graphql/schema.graphqls",
"tests/models-fixtures/graphql/operations.graphql",
"tests/models-fixtures/graphql/schema.graphqls",
"tests/models-operation-based-with-interfaces/graphql/operation.graphql",
"tests/models-operation-based-with-interfaces/graphql/schema.graphqls",
"tests/multi-module-1/bidirectional/src/main/graphql/com/example/operations.graphql",
"tests/multi-module-1/child/src/main/graphql/operations.graphql",
"tests/multi-module-1/file-path/src/main/graphql/com/example/operations.graphql",
"tests/multi-module-1/root/src/main/graphql/operations.graphql",
"tests/multi-module-1/root/src/main/graphql/schema.graphqls",
"tests/multi-module-2/child/src/main/graphql/operations.graphql",
"tests/multi-module-2/root/src/main/graphql/operations.graphql",
"tests/multi-module-2/root/src/main/graphql/schema.graphqls",
"tests/multi-module-3/child/src/main/graphql/operations.graphql",
"tests/multi-module-3/root/src/main/graphql/schema.graphqls",
"tests/multipart/src/commonMain/graphql/mockserver/operations.graphql",
"tests/multipart/src/commonMain/graphql/mockserver/schema.graphqls",
"tests/multipart/src/commonMain/graphql/router/operations.graphql",
"tests/native-benchmarks/src/commonMain/graphql/operation.graphql",
"tests/native-benchmarks/src/commonMain/graphql/schema.graphqls",
"tests/no-query-document/src/main/graphql/operation.graphql",
"tests/no-query-document/src/main/graphql/schema.graphqls",
"tests/no-runtime/src/main/graphql/operation.graphql",
"tests/normalization-tests/src/main/graphql/1/operations.graphql",
"tests/normalization-tests/src/main/graphql/1/schema.graphqls",
"tests/normalization-tests/src/main/graphql/2/operations.graphql",
"tests/normalization-tests/src/main/graphql/2/schema.graphqls",
"tests/normalization-tests/src/main/graphql/3/extra.graphqls",
"tests/normalization-tests/src/main/graphql/3/operations.graphql",
"tests/normalization-tests/src/main/graphql/3/schema.graphqls",
"tests/number_scalar/src/main/graphql/operation.graphql",
"tests/number_scalar/src/main/graphql/schema.graphqls",
"tests/on-error/src/main/graphql/operations.graphql",
"tests/on-error/src/main/graphql/schema.graphqls",
"tests/optimistic-data/src/main/graphql/operation.graphql",
"tests/optimistic-data/src/main/graphql/schema.graphqls",
"tests/optional-variables/src/main/graphql/operation.graphql",
"tests/optional-variables/src/main/graphql/operationWithFragment.graphql",
"tests/optional-variables/src/main/graphql/schema.graphqls",
"tests/outofbounds/src/main/graphql/operation.graphql",
"tests/outofbounds/src/main/graphql/schema.graphqls",
"tests/platform-api/src/main/graphql/operations.graphql",
"tests/platform-api/src/main/graphql/schema.graphqls",
"tests/runtime/src/main/graphql/operation.graphql",
"tests/sample-server/graphql/schema.graphqls",
"tests/scalar-adapters/src/main/graphql/extra.graphqls",
"tests/scalar-adapters/src/main/graphql/operation.graphql",
"tests/scalar-adapters/src/main/graphql/schema.graphqls",
"tests/schema-changes/src/main/graphql/operation.graphql",
"tests/schema-changes/src/main/graphql/schema.graphqls",
"tests/schema-packagename/src/main/graphql/com/example/operation.graphql",
"tests/schema-packagename/src/main/graphql/com/example/schema.graphqls",
"tests/schema-transform/app/src/main/graphql/operation.graphql",
"tests/schema-transform/app/src/main/graphql/schema.graphqls",
"tests/semantic-non-null/src/main/graphql/operations.graphql",
"tests/semantic-non-null/src/main/graphql/schema.graphqls",
"tests/shared-framework/src/commonMain/graphql/operation.graphql",
"tests/shared-framework/src/commonMain/graphql/schema.graphqls",
"tests/strict-mode/src/main/graphql/operation.graphql",
"tests/strict-mode/src/main/graphql/schema.graphqls",
"tests/termination/src/main/graphql/operation.graphql",
"tests/termination/src/main/graphql/schema.graphqls",
"tests/test-network-transport/src/main/graphql/operation.graphql",
"tests/test-network-transport/src/main/graphql/schema.graphqls",
"tests/websockets/src/commonMain/graphql/appsync/GetComments.graphql",
"tests/websockets/src/commonMain/graphql/appsync/schema.graphqls",
"tests/websockets/src/commonMain/graphql/cloud-router/GetReviews.graphql",
"tests/websockets/src/commonMain/graphql/cloud-router/schema.graphqls",
"tests/websockets/src/commonMain/graphql/fullstack-tutorial/operations.graphql",
"tests/websockets/src/commonMain/graphql/graphql-ws/operations.graphql",
"tests/websockets/src/commonMain/graphql/graphql-ws/schema.graphqls",
"tests/websockets/src/commonMain/graphql/sample-server/operations.graphql"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "benchmark/app/src/main/graphql/api/operations.graphql, benchmark/app/src/main/graphql/api/schema.graphqls, benchmark/microbenchmark/src/main/graphql/benchmark/operations.graphql, benchmark/microbenchmark/src/main/graphql/benchmark/schema.graphqls, benchmark/microbenchmark/src/main/graphql/calendar/CalendarFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/CalendarProviderFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/CategoryFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/DateTimeFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/IconFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemTypeFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemsQuery.graphql, benchmark/microbenchmark/src/main/graphql/calendar/PageInfoFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/schema.graphqls, benchmark/microbenchmark/src/main/graphql/conferences/Queries.graphql, benchmark/microbenchmark/src/main/graphql/conferences/extra.graphqls, benchmark/microbenchmark/src/main/graphql/conferences/schema.graphqls, benchmark/microbenchmark/src/main/graphql/pagination/extra.graphqls, benchmark/microbenchmark/src/main/graphql/pagination/operations.graphql, benchmark/microbenchmark/src/main/graphql/pagination/schema.graphqls, benchmark/microbenchmark/src/main/graphql/tracks/extra.graphqls, benchmark/microbenchmark/src/main/graphql/tracks/operations.graphql, benchmark/microbenchmark/src/main/graphql/tracks/schema.graphqls, libraries/apollo-ast/test-fixtures/merger/argument-default-value-error.graphql, libraries/apollo-ast/test-fixtures/merger/argument-description-error.graphql, libraries/apollo-ast/test-fixtures/merger/description-is-preserved.graphql, libraries/apollo-ast/test-fixtures/merger/field-description-error.graphql, libraries/apollo-ast/test-fixtures/merger/field-type-error.graphql, libraries/apollo-ast/test-fixtures/merger/merge-descriptions-and-default-values.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-argument.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-directive.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-error.graphql, libraries/apollo-ast/test-fixtures/merger/merge-interface-field-directive.graphql, libraries/apollo-ast/test-fixtures/merger/merge-service-capabilities.graphql, libraries/apollo-ast/test-fixtures/parser/anonymous-operation.graphql, libraries/apollo-ast/test-fixtures/parser/comments-at-eof.graphql, libraries/apollo-ast/test-fixtures/parser/deprecate-directive.graphql, libraries/apollo-ast/test-fixtures/parser/dollar-arg-name.graphqls, libraries/apollo-ast/test-fixtures/parser/empty-extension-error.graphql, libraries/apollo-ast/test-fixtures/parser/extra-tokens.graphql, libraries/apollo-ast/test-fixtures/parser/fragment-arguments-error.graphql, libraries/apollo-ast/test-fixtures/parser/fragment-arguments.graphql, libraries/apollo-ast/test-fixtures/parser/service-capabilities.graphql, libraries/apollo-ast/test-fixtures/parser/service-capability-error.graphql, libraries/apollo-ast/test-fixtures/parser/simple.graphql, libraries/apollo-ast/test-fixtures/parser/type-description-error.graphql, libraries/apollo-ast/test-fixtures/parser/type-extensions.graphql, libraries/apollo-ast/test-fixtures/validation/executable/ArgumentNonOptional.graphql, libraries/apollo-ast/test-fixtures/validation/executable/BadDirectiveArgument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/CircularFragmentReference.graphql, libraries/apollo-ast/test-fixtures/validation/executable/DuplicateOperation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/FragmentDuplication.graphql, libraries/apollo-ast/test-fixtures/validation/executable/FragmentUnknownType.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentCanNotBeSpread.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentUnknonwType.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldNonOptional.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectListFieldTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingDirective.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingDirectiveArgument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingSelectionSet.graphql, libraries/apollo-ast/test-fixtures/validation/executable/QueryUnknowField.graphql, libraries/apollo-ast/test-fixtures/validation/executable/SyntaxError.graphql, libraries/apollo-ast/test-fixtures/validation/executable/TypeSystemDefinition.graphql, libraries/apollo-ast/test-fixtures/validation/executable/UnusedVariable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/VariableMissing.graphql, libraries/apollo-ast/test-fixtures/validation/executable/VariableTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/apollo_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/bad_variable_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/catch/catch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/catch/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/default_namespace.graphql, libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_labels.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_inline.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_spread.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/fragment_used_twice_not_duplicate_labels.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/illegal_label.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/label_is_a_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/root_field_mutation_or_subscription.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/definition_renames.graphql, libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/deprecated/deprecated_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/deprecated/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/directive_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/different_shapes.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/merging_allowed.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/multiple_merged_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/nested_merged_field.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/different_shapes.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/default_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/merge_error.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/missing_required_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/nested_merge_error.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/operation_variable_passthrough.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/type_mismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unknown_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unused_fragment_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/valid_usage.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/variable_scoping.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/fragment_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/field_merging.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/allows_different_order_of_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/allows_different_order_of_input_object_fields_in_arg_values.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/works_for_field_names_that_are_js_keywords.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_misplaced_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_no_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_standard_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_unknown_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/defined_variables_used as_fragment_arguments_are_not_unused_or_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/fragment_defined_arguments_are_not_unused_or_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_undefined_variables_produce_multiple_errors.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_in_fragments_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/no_unused_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/single_variable_in_fragment_not_defined_by_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/unused_fragment_variables_are_reported.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply_in_inline_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_unnamed_query.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_used_by_other_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined_by_anonymous_query.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_fragment_used_by_other_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_unreferenced_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_fragment_in_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_in_fragment_not_defined_by_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_shadowed_by_parent_fragment_arguments_are_still_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_used_as_fragment_arguments_may_be_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_inline_fragments_without_type_condition.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_non_conflicting_overlapping_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compares_deep_types_including_list.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compatible_return_shapes_on_different_return_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/conflicting_return_types_which_potentially_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_deep_return_types_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_1.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_2.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_nullability_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_types_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_subfields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/ignores_unknown_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/reports_correctly_when_a_non_exclusive_follows_an_exclusive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/same_wrapped_scalar_return_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/alias_masking_direct_field_access.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/allows_different_args_where_no_conflict_is_possible.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/arg_passed_to_fragment_without_arg_is_reported.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_names.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_values.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict_with_multiple_issues.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_adds_an_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_missing_an_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_with_different_aliases.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_directives_with_different_aliases.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_skip_include_directives_accepted.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_immediately_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment_with_a_field_named_after_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragments_separated_by_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_transitively_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments_with_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_case_even_with_immediately_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_cases_even_with_field_named_after_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/fragment_args_are_known.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/ignores_unknown_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_after_nested_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_in_nested_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_each_conflict_once.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_allowed_on_non_overlapping_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_with_different_field_targets.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unique_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unknown_args_amongst_known_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/very_deep_conflict.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion_failure.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/introspection/introspection.graphql, libraries/apollo-ast/test-fixtures/validation/executable/introspection/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/mandatory_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_argument_default_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_in_non_nullable_position.graphql, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/one_of/one_of.graphql, libraries/apollo-ast/test-fixtures/validation/executable/one_of/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/optional_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/repeated_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/bad_default_value.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/builtin-directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/duplicate-type.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/duplicate_directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/executable-definition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/implements-object.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles0.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles1.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles10.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles11.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles12.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles13.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles2.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles3.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles4.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles5.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles6.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles7.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles8.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles9.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-default-value-cycles.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/link-redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/linked-rename.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/linked_directive_redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-incompatible.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/unexpected-definitions.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/__schema/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/antlr_tokens/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/arguments_hardcoded/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/big_query/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/companion/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/companion/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/data_builders/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/data_builders/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/deprecation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/deprecation/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/empty/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enum_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enum_field/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/field_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_nested_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_used_twice/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/fragments_same_type_condition/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_defer_and_include_directives/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_type_condition/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_details/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_details_semantic_naming/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_name_query_long_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_with_review/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_for_non_optional_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_inside_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_merge_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_simple/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_type_coercion/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragments_with_friends/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument_with_generated_methods/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/introspection_query/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/merged_include/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review_semantic_naming/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_delegate/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_inside_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_without_implementation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_conditional_inline/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/object/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/object/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/operation_id_generator/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/optional/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/optional/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/recursive_selection/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/reserved_keywords/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment_with_nested_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment_with_inline_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_union/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_union/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/starships/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/target_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/target_name/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/test_inline/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/test_inline/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_unique/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_with_friends/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typename_always_first/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/union_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/union_inline_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/unique_type_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/variable_default_value/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/schema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/defer.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/include.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/schema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/skip.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/extendsSchema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/interfacesWithoutKeyFields.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/nonexistentKeyField.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectAndInterfaceTypePolicySchema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectInheritingTwoInterfaces.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/operations.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/schema.graphqls, libraries/apollo-compiler/src/test/metadata/fragment-multiple/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-multiple/root.graphql, libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/root.graphql, libraries/apollo-compiler/src/test/metadata/fragment-variable-error/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-variable-error/root.graphql, libraries/apollo-compiler/src/test/metadata/schema.graphqls, libraries/apollo-compiler/src/test/metadata/simple/leaf.graphql, libraries/apollo-compiler/src/test/metadata/simple/root.graphql, libraries/apollo-compiler/src/test/typename/droid.graphql, libraries/apollo-compiler/src/test/typename/fragment_spread.graphql, libraries/apollo-compiler/src/test/typename/hero_name.graphql, libraries/apollo-compiler/src/test/typename/inline_fragment.graphql, libraries/apollo-compiler/src/test/typename/nested.graphql, libraries/apollo-compiler/src/test/typename/tree.graphql, libraries/apollo-compiler/src/test/usedtypes/enum_input_field.graphql, libraries/apollo-compiler/src/test/usedtypes/enum_output_field.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed_with_fragment_spread.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_disallowed.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/validation/schema/duplicate-target-name.graphqls, libraries/apollo-compiler/src/test/validation/schema/reserved-enum-value-names.graphqls, libraries/apollo-compiler/src/test/validation/schema/typepolicy-clash.graphqls, libraries/apollo-compiler/src/test/validation/schema/typepolicy-unknown-fields.graphqls, libraries/apollo-debug-server/graphql/schema.graphqls, libraries/apollo-execution/testFixtures/introspection-query.graphql, libraries/apollo-gradle-plugin/testFiles/githunt/FeedQuery.graphql, libraries/apollo-gradle-plugin/testFiles/hero/TestQuery.graphql, libraries/apollo-gradle-plugin/testFiles/sdl/FeedRepositoryQuery.graphql, libraries/apollo-gradle-plugin/testFiles/simple/operations.graphql, libraries/apollo-gradle-plugin/testFiles/simple/schema.graphqls, libraries/apollo-gradle-plugin/testFiles/starwars/AllFilms.graphql, libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetails.graphql, libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetailsSpeciesInfo.graphql, libraries/apollo-gradle-plugin/testProjects/android-test-variants/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/androidTest/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/debug/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoDebug/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoTest/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/main/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/release/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/buildCache/src/main/graphql/starwars/AllFilms.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/leaf/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/deprecationWarnings/src/main/graphql/operations.graphql, libraries/apollo-gradle-plugin/testProjects/executable-schema-file/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/main/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/lazy-schema-file/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/mismatchedVersions/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node1/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node2/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node1/impl/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node2/impl/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-consumer/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/fragments/src/main/graphql/fragments.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/schema/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/node/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multiplatform/src/commonMain/graphql/DroidDetails.graphql, libraries/apollo-gradle-plugin/testProjects/operationIdsWithIsolation/app/src/main/graphql/com/example/TestQuery.graphql, libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/testSourceSet/src/main/graphql/com/example/operations.graphql, libraries/apollo-tooling/src/main/graphql/graphql/extra.graphqls, libraries/apollo-tooling/src/main/graphql/graphql/pre-introspection.graphql, libraries/apollo-tooling/src/main/graphql/graphql/schema.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/internal/extra.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/internal/operations.graphql, libraries/apollo-tooling/src/main/graphql/platform-api/internal/schema.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/public/extra.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/public/operations.graphql, libraries/apollo-tooling/src/main/graphql/platform-api/public/schema.graphqls, libraries/apollo-tooling/src/main/resources/base-introspection.graphql, libraries/apollo-tooling/src/test/fixtures/introspection-response-success-full.graphqls, tests/ast-benchmark/test-data/large-schema-4-query.graphql, tests/cache-variables-arguments/src/main/graphql/operation.graphql, tests/cache-variables-arguments/src/main/graphql/schema.graphqls, tests/catch-responseBased/src/main/graphql/null/extra.graphqls, tests/catch-responseBased/src/main/graphql/null/operations.graphql, tests/catch-responseBased/src/main/graphql/result/extra.graphqls, tests/catch-responseBased/src/main/graphql/shared/levels.graphql, tests/catch-responseBased/src/main/graphql/shared/operations.graphql, tests/catch-responseBased/src/main/graphql/shared/schema.graphqls, tests/catch-responseBased/src/main/graphql/throw/extra.graphqls, tests/catch/src/main/graphql/fragments/operation.graphql, tests/catch/src/main/graphql/fragments/schema.graphqls, tests/catch/src/main/graphql/nested/operation.graphql, tests/catch/src/main/graphql/nested/schema.graphqls, tests/catch/src/main/graphql/null/extra.graphqls, tests/catch/src/main/graphql/null/operations.graphql, tests/catch/src/main/graphql/result/extra.graphqls, tests/catch/src/main/graphql/shared/levels.graphql, tests/catch/src/main/graphql/shared/operations.graphql, tests/catch/src/main/graphql/shared/schema.graphqls, tests/catch/src/main/graphql/throw/extra.graphqls, tests/compiler-plugins/app/src/main/graphql/cache/schema.graphqls, tests/compiler-plugins/app/src/main/graphql/default/operation.graphql, tests/compiler-plugins/app/src/main/graphql/default/schema.graphqls, tests/compiler-plugins/custom-flatten/src/main/graphql/operations.graphql, tests/compiler-plugins/custom-flatten/src/main/graphql/schema.graphqls, tests/compiler-plugins/schema-codegen/src/main/resources/cache_v0.1.graphqls, tests/data-builders-java/src/main/graphql/operations.graphql, tests/data-builders-java/src/main/graphql/schema.graphqls, tests/data-builders-kotlin-consumer/src/main/graphql/operations.graphql, tests/data-builders-kotlin/src/main/graphql/fragments.graphql, tests/data-builders-kotlin/src/main/graphql/operations.graphql, tests/data-builders-kotlin/src/main/graphql/schema.graphqls, tests/defer/apollo-server/computers.graphqls, tests/defer/router/simple-supergraph.graphqls, tests/defer/router/subgraphs/computers/computers.graphqls, tests/defer/src/commonMain/graphql/base/operation.graphql, tests/defer/src/commonMain/graphql/base/schema.graphqls, tests/defer/src/commonMain/graphql/noTypename/operation.graphql, tests/defer/src/commonMain/graphql/noTypename/schema.graphqls, tests/defer/src/commonMain/graphql/supergraph/query.graphql, tests/defer/src/commonMain/graphql/supergraph/schema.graphqls, tests/deprecated-requires-opt-in/graphql/operation.graphql, tests/deprecated-requires-opt-in/graphql/schema.graphqls, tests/enums/src/main/graphql/extra.graphqls, tests/enums/src/main/graphql/operation.graphql, tests/enums/src/main/graphql/schema.graphqls, tests/escaping/src/main/graphql/operation.graphql, tests/escaping/src/main/graphql/schema.graphqls, tests/filesystem-sensitivity/src/main/graphql/operations.graphql, tests/filesystem-sensitivity/src/main/graphql/schema.graphqls, tests/fragment-arguments/src/main/graphql/operations.graphql, tests/fragment-arguments/src/main/graphql/schema.graphqls, tests/generated-methods/src/main/graphql/operation.graphql, tests/generated-methods/src/main/graphql/schema.graphqls, tests/gzip/src/commonMain/graphql/operations.graphql, tests/gzip/src/commonMain/graphql/schema.graphqls, tests/http-cache/src/main/graphql/operations.graphql, tests/http-cache/src/main/graphql/schema.graphqls, tests/http-headers/src/main/graphql/operations.graphql, tests/http-headers/src/main/graphql/schema.graphqls, tests/include-skip-operation-based/src/main/graphql/operations.graphql, tests/include-skip-operation-based/src/main/graphql/schema.graphqls, tests/input/src/main/graphql/operation.graphql, tests/input/src/main/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/extra.graphqls, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/schema/graphql/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/operations.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/BookTrip.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/CancelTrip.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetailsByDate.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchList.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/Login.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/TripsBooked.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllFilms.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllPlanets.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/DroidDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/AllFilms.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterNameById.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterWithBirthDate.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CreateReviewMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroName.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroNameWithId.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithDates.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithInlineFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsDirectives.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsName.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIds.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIdsForParentOnly.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsWithFragments.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAppearsIn.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithEnums.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithId.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroParentTypeDependentField.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroTypeDependentAliasedField.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroWithFriendsFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HumanWithIdFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/Instant.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/JsonScalar.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/NullableHero.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/ReviewsByEpisode.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SameHeroTwice.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SearchHero.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/StartshipById.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewWithoutVariableMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetFloats.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetInts.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/NewRepoCommentSubscription.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/MultipleUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/NestedUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUploadTwice.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/schema.graphqls, tests/ios-test/src/commonMain/graphql/operations.graphql, tests/ios-test/src/commonMain/graphql/schema.graphqls, tests/java-nullability/src/main/graphql/operation.graphql, tests/java-nullability/src/main/graphql/schema.graphqls, tests/js/src/commonMain/graphql/operations.graphql, tests/js/src/commonMain/graphql/schema.graphqls, tests/jsexport/src/commonMain/graphql/operations.graphql, tests/jsexport/src/commonMain/graphql/schema.graphqls, tests/jvmoverloads/src/main/graphql/operation.graphql, tests/jvmoverloads/src/main/graphql/schema.graphqls, tests/kdoc/src/main/graphql/operation.graphql, tests/kdoc/src/main/graphql/schema.graphqls, tests/kotlin-codegen/src/main/graphql/operations.graphql, tests/kotlin-codegen/src/main/graphql/schema.graphqls, tests/model-builders-java/src/main/graphql/operations.graphql, tests/model-builders-java/src/main/graphql/schema.graphqls, tests/models-fixtures/graphql/operations.graphql, tests/models-fixtures/graphql/schema.graphqls, tests/models-operation-based-with-interfaces/graphql/operation.graphql, tests/models-operation-based-with-interfaces/graphql/schema.graphqls, tests/multi-module-1/bidirectional/src/main/graphql/com/example/operations.graphql, tests/multi-module-1/child/src/main/graphql/operations.graphql, tests/multi-module-1/file-path/src/main/graphql/com/example/operations.graphql, tests/multi-module-1/root/src/main/graphql/operations.graphql, tests/multi-module-1/root/src/main/graphql/schema.graphqls, tests/multi-module-2/child/src/main/graphql/operations.graphql, tests/multi-module-2/root/src/main/graphql/operations.graphql, tests/multi-module-2/root/src/main/graphql/schema.graphqls, tests/multi-module-3/child/src/main/graphql/operations.graphql, tests/multi-module-3/root/src/main/graphql/schema.graphqls, tests/multipart/src/commonMain/graphql/mockserver/operations.graphql, tests/multipart/src/commonMain/graphql/mockserver/schema.graphqls, tests/multipart/src/commonMain/graphql/router/operations.graphql, tests/native-benchmarks/src/commonMain/graphql/operation.graphql, tests/native-benchmarks/src/commonMain/graphql/schema.graphqls, tests/no-query-document/src/main/graphql/operation.graphql, tests/no-query-document/src/main/graphql/schema.graphqls, tests/no-runtime/src/main/graphql/operation.graphql, tests/normalization-tests/src/main/graphql/1/operations.graphql, tests/normalization-tests/src/main/graphql/1/schema.graphqls, tests/normalization-tests/src/main/graphql/2/operations.graphql, tests/normalization-tests/src/main/graphql/2/schema.graphqls, tests/normalization-tests/src/main/graphql/3/extra.graphqls, tests/normalization-tests/src/main/graphql/3/operations.graphql, tests/normalization-tests/src/main/graphql/3/schema.graphqls, tests/number_scalar/src/main/graphql/operation.graphql, tests/number_scalar/src/main/graphql/schema.graphqls, tests/on-error/src/main/graphql/operations.graphql, tests/on-error/src/main/graphql/schema.graphqls, tests/optimistic-data/src/main/graphql/operation.graphql, tests/optimistic-data/src/main/graphql/schema.graphqls, tests/optional-variables/src/main/graphql/operation.graphql, tests/optional-variables/src/main/graphql/operationWithFragment.graphql, tests/optional-variables/src/main/graphql/schema.graphqls, tests/outofbounds/src/main/graphql/operation.graphql, tests/outofbounds/src/main/graphql/schema.graphqls, tests/platform-api/src/main/graphql/operations.graphql, tests/platform-api/src/main/graphql/schema.graphqls, tests/runtime/src/main/graphql/operation.graphql, tests/sample-server/graphql/schema.graphqls, tests/scalar-adapters/src/main/graphql/extra.graphqls, tests/scalar-adapters/src/main/graphql/operation.graphql, tests/scalar-adapters/src/main/graphql/schema.graphqls, tests/schema-changes/src/main/graphql/operation.graphql, tests/schema-changes/src/main/graphql/schema.graphqls, tests/schema-packagename/src/main/graphql/com/example/operation.graphql, tests/schema-packagename/src/main/graphql/com/example/schema.graphqls, tests/schema-transform/app/src/main/graphql/operation.graphql, tests/schema-transform/app/src/main/graphql/schema.graphqls, tests/semantic-non-null/src/main/graphql/operations.graphql, tests/semantic-non-null/src/main/graphql/schema.graphqls, tests/shared-framework/src/commonMain/graphql/operation.graphql, tests/shared-framework/src/commonMain/graphql/schema.graphqls, tests/strict-mode/src/main/graphql/operation.graphql, tests/strict-mode/src/main/graphql/schema.graphqls, tests/termination/src/main/graphql/operation.graphql, tests/termination/src/main/graphql/schema.graphqls, tests/test-network-transport/src/main/graphql/operation.graphql, tests/test-network-transport/src/main/graphql/schema.graphqls, tests/websockets/src/commonMain/graphql/appsync/GetComments.graphql, tests/websockets/src/commonMain/graphql/appsync/schema.graphqls, tests/websockets/src/commonMain/graphql/cloud-router/GetReviews.graphql, tests/websockets/src/commonMain/graphql/cloud-router/schema.graphqls, tests/websockets/src/commonMain/graphql/fullstack-tutorial/operations.graphql, tests/websockets/src/commonMain/graphql/graphql-ws/operations.graphql, tests/websockets/src/commonMain/graphql/graphql-ws/schema.graphqls, tests/websockets/src/commonMain/graphql/sample-server/operations.graphql",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "benchmark/app/src/main/graphql/api/operations.graphql, benchmark/app/src/main/graphql/api/schema.graphqls, benchmark/microbenchmark/src/main/graphql/benchmark/operations.graphql, benchmark/microbenchmark/src/main/graphql/benchmark/schema.graphqls, benchmark/microbenchmark/src/main/graphql/calendar/CalendarFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/CalendarProviderFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/CategoryFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/DateTimeFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/IconFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemTypeFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/ItemsQuery.graphql, benchmark/microbenchmark/src/main/graphql/calendar/PageInfoFragment.graphql, benchmark/microbenchmark/src/main/graphql/calendar/schema.graphqls, benchmark/microbenchmark/src/main/graphql/conferences/Queries.graphql, benchmark/microbenchmark/src/main/graphql/conferences/extra.graphqls, benchmark/microbenchmark/src/main/graphql/conferences/schema.graphqls, benchmark/microbenchmark/src/main/graphql/pagination/extra.graphqls, benchmark/microbenchmark/src/main/graphql/pagination/operations.graphql, benchmark/microbenchmark/src/main/graphql/pagination/schema.graphqls, benchmark/microbenchmark/src/main/graphql/tracks/extra.graphqls, benchmark/microbenchmark/src/main/graphql/tracks/operations.graphql, benchmark/microbenchmark/src/main/graphql/tracks/schema.graphqls, libraries/apollo-ast/test-fixtures/merger/argument-default-value-error.graphql, libraries/apollo-ast/test-fixtures/merger/argument-description-error.graphql, libraries/apollo-ast/test-fixtures/merger/description-is-preserved.graphql, libraries/apollo-ast/test-fixtures/merger/field-description-error.graphql, libraries/apollo-ast/test-fixtures/merger/field-type-error.graphql, libraries/apollo-ast/test-fixtures/merger/merge-descriptions-and-default-values.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-argument.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-directive.graphql, libraries/apollo-ast/test-fixtures/merger/merge-field-error.graphql, libraries/apollo-ast/test-fixtures/merger/merge-interface-field-directive.graphql, libraries/apollo-ast/test-fixtures/merger/merge-service-capabilities.graphql, libraries/apollo-ast/test-fixtures/parser/anonymous-operation.graphql, libraries/apollo-ast/test-fixtures/parser/comments-at-eof.graphql, libraries/apollo-ast/test-fixtures/parser/deprecate-directive.graphql, libraries/apollo-ast/test-fixtures/parser/dollar-arg-name.graphqls, libraries/apollo-ast/test-fixtures/parser/empty-extension-error.graphql, libraries/apollo-ast/test-fixtures/parser/extra-tokens.graphql, libraries/apollo-ast/test-fixtures/parser/fragment-arguments-error.graphql, libraries/apollo-ast/test-fixtures/parser/fragment-arguments.graphql, libraries/apollo-ast/test-fixtures/parser/service-capabilities.graphql, libraries/apollo-ast/test-fixtures/parser/service-capability-error.graphql, libraries/apollo-ast/test-fixtures/parser/simple.graphql, libraries/apollo-ast/test-fixtures/parser/type-description-error.graphql, libraries/apollo-ast/test-fixtures/parser/type-extensions.graphql, libraries/apollo-ast/test-fixtures/validation/executable/ArgumentNonOptional.graphql, libraries/apollo-ast/test-fixtures/validation/executable/BadDirectiveArgument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/CircularFragmentReference.graphql, libraries/apollo-ast/test-fixtures/validation/executable/DuplicateOperation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/FragmentDuplication.graphql, libraries/apollo-ast/test-fixtures/validation/executable/FragmentUnknownType.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentCanNotBeSpread.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InlineFragmentUnknonwType.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldNonOptional.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectFieldTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/InputObjectListFieldTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingDirective.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingDirectiveArgument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/MissingSelectionSet.graphql, libraries/apollo-ast/test-fixtures/validation/executable/QueryUnknowField.graphql, libraries/apollo-ast/test-fixtures/validation/executable/SyntaxError.graphql, libraries/apollo-ast/test-fixtures/validation/executable/TypeSystemDefinition.graphql, libraries/apollo-ast/test-fixtures/validation/executable/UnusedVariable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/VariableMissing.graphql, libraries/apollo-ast/test-fixtures/validation/executable/VariableTypeMismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/apollo_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/apollo_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/bad_variable_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/bad_variable_value/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/catch/catch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/catch/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/default_namespace.graphql, libraries/apollo-ast/test-fixtures/validation/executable/default_namespace/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_labels.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_inline.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/duplicate_path_and_labels_spread.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/fragment_used_twice_not_duplicate_labels.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/illegal_label.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/label_is_a_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/root_field_mutation_or_subscription.graphql, libraries/apollo-ast/test-fixtures/validation/executable/defer/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/definition_renames.graphql, libraries/apollo-ast/test-fixtures/validation/executable/definition_renames/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/deprecated/deprecated_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/deprecated/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/directive_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/directive_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/different_shapes.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/merging_allowed.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/multiple_merged_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/nested_merged_field.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema1/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/different_shapes.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fields_in_set_can_merge/schema2/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/default_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/merge_error.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/missing_required_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/nested_merge_error.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/operation_variable_passthrough.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/type_mismatch.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unknown_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/unused_fragment_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/valid_usage.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_arguments/variable_scoping.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/fragment_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/fragment_variables/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/field_merging.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/allows_different_order_of_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/field_merging_order/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/allows_different_order_of_input_object_fields_in_arg_values.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/input_field_order/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/keywords/works_for_field_names_that_are_js_keywords.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_misplaced_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_no_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_standard_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/known_directive/with_unknown_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/defined_variables_used as_fragment_arguments_are_not_unused_or_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/fragment_defined_arguments_are_not_unused_or_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_undefined_variables_produce_multiple_errors.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_in_fragments_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/multiple_variables_not_used_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/no_unused_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/single_variable_in_fragment_not_defined_by_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/unused_fragment_variables_are_reported.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_deeply_in_inline_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/uses_all_variables_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_not_defined_by_unnamed_query.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_in_fragment_used_by_other_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_defined_by_anonymous_query.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_fragment_used_by_other_operation.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_by_unreferenced_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_not_used_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_fragment_in_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variable_used_by_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_in_fragment_not_defined_by_multiple_operations.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_shadowed_by_parent_fragment_arguments_are_still_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/no_unused_or_undefined_variable/variables_used_as_fragment_arguments_may_be_undefined_variables.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_inline_fragments_without_type_condition.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/allows_non_conflicting_overlapping_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compares_deep_types_including_list.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/compatible_return_shapes_on_different_return_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/conflicting_return_types_which_potentially_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_deep_return_types_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_1.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_list_despite_no_overlap_2.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_type_nullability_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_return_types_despite_no_overlap.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/disallows_differing_subfields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/ignores_unknown_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/reports_correctly_when_a_non_exclusive_follows_an_exclusive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/same_wrapped_scalar_return_types.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/same_response_shape/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/alias_masking_direct_field_access.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/allows_different_args_where_no_conflict_is_possible.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/arg_passed_to_fragment_without_arg_is_reported.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_names.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/conflicting_arg_values.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/deep_conflict_with_multiple_issues.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_adds_an_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_second_missing_an_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_args_with_different_aliases.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_directives_with_different_aliases.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/different_skip_include_directives_accepted.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_immediately_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragment_with_a_field_named_after_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_recursive_fragments_separated_by_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/does_not_infinite_loop_on_transitively_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/encounters_conflict_in_fragments_with_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_case_even_with_immediately_recursive_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/finds_invalid_cases_even_with_field_named_after_fragment.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/fragment_args_are_known.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/identical_fields_with_identical_directives.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/ignores_unknown_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_after_nested_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_in_nested_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_deep_conflict_to_nearest_common_ancestor_in_fragments.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/reports_each_conflict_once.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_allowed_on_non_overlapping_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/same_aliases_with_different_field_targets.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unique_fields.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/unknown_args_amongst_known_args.graphql, libraries/apollo-ast/test-fixtures/validation/executable/graphql-js/schema1/very_deep_conflict.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/input_array_coercion_failure.graphql, libraries/apollo-ast/test-fixtures/validation/executable/input_array_coercion/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/introspection/introspection.graphql, libraries/apollo-ast/test-fixtures/validation/executable/introspection/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/mandatory_argument.graphql, libraries/apollo-ast/test-fixtures/validation/executable/mandatory_argument/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_argument_default_value.graphql, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/nullable_variable_in_non_nullable_position.graphql, libraries/apollo-ast/test-fixtures/validation/executable/nullable_variable_in_non_nullable_position/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/one_of/one_of.graphql, libraries/apollo-ast/test-fixtures/validation/executable/one_of/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/optional_variable.graphql, libraries/apollo-ast/test-fixtures/validation/executable/optional_variable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/repeated_directive.graphql, libraries/apollo-ast/test-fixtures/validation/executable/repeated_directive/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/executable/schema.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/bad_default_value.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/builtin-directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/duplicate-type.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/duplicate_directive.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/executable-definition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/implements-object.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles0.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles1.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles10.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles11.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles12.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles13.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles2.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles3.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles4.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles5.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles6.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles7.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles8.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-cycles9.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/input-default-value-cycles.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/link-redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/linked-rename.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/linked_directive_redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-incompatible.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object-redefinition.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/oneof-input-object.graphqls, libraries/apollo-ast/test-fixtures/validation/schema/unexpected-definitions.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/__schema/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/antlr_tokens/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/arguments_hardcoded/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/big_query/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/capitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/case_sensitive_enum/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/companion/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/companion/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/custom_scalar_type/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/data_builders/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/data_builders/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/decapitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/deprecated_merged_field/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/deprecation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/deprecation/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/empty/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enum_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enum_field/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/enums_as_sealed/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/escape_equals_hashcode/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/escaped_kdocs/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/field_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fieldset_with_multiple_super/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_spread_with_nested_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_used_twice/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragment_with_multiple_fieldsets/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/fragments_same_type_condition/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_defer_and_include_directives/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/fragments_with_type_condition/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_details/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_details_semantic_naming/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_name_query_long_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/hero_with_review/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_for_non_optional_field/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_inside_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_intersection/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_merge_fields/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_simple/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_type_coercion/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragment_with_include_directive/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/inline_fragments_with_friends/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_oneof/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_type/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/input_object_variable_and_argument_with_generated_methods/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_always_nested/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/interface_on_interface/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/introspection_query/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java8annotation/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_android_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_apollo_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_guava_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_hashcode/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_java_optionals/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_jetbrains_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_jsr305_annotations/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/java_primitive_types/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/list_field_clash/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/merged_include/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/monomorphic/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/multiple_fragments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.java.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review/schema.kotlin.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/mutation_create_review_semantic_naming/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_delegate/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_inside_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_with_variables/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/named_fragment_without_implementation/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_conditional_inline/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_field_with_multiple_fieldsets/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/nested_named_fragments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/not_all_combinations_are_needed/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/object/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/object/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/operation_id_generator/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex7/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/operationbased2_ex8/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/optional/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/optional/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/path_vs_flat_accessors/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/recursive_selection/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/reserved_keywords/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_fragment_with_nested_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/root_query_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_fragment_with_inline_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_inline_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_union/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/simple_union/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/starships/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/subscriptions/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/suppressed_warnings/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/target_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/target_name/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/test_inline/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/test_inline/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_unique/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/two_heroes_with_friends/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typename_always_first/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/typepolicy/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/union_fragment/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/union_inline_fragments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/unique_type_name/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/com/example/used_arguments/schema.graphqls, libraries/apollo-compiler/src/test/graphql/com/example/variable_default_value/TestOperation.graphql, libraries/apollo-compiler/src/test/graphql/schema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/defer.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/include.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/schema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/conditionalFragments/skip.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/extendsSchema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/interfacesWithoutKeyFields.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/nonexistentKeyField.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectAndInterfaceTypePolicySchema.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/objectInheritingTwoInterfaces.graphqls, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/operations.graphql, libraries/apollo-compiler/src/test/kotlin/com/apollographql/apollo/compiler/keyfields/schema.graphqls, libraries/apollo-compiler/src/test/metadata/fragment-multiple/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-multiple/root.graphql, libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-nameclash-error/root.graphql, libraries/apollo-compiler/src/test/metadata/fragment-variable-error/leaf.graphql, libraries/apollo-compiler/src/test/metadata/fragment-variable-error/root.graphql, libraries/apollo-compiler/src/test/metadata/schema.graphqls, libraries/apollo-compiler/src/test/metadata/simple/leaf.graphql, libraries/apollo-compiler/src/test/metadata/simple/root.graphql, libraries/apollo-compiler/src/test/typename/droid.graphql, libraries/apollo-compiler/src/test/typename/fragment_spread.graphql, libraries/apollo-compiler/src/test/typename/hero_name.graphql, libraries/apollo-compiler/src/test/typename/inline_fragment.graphql, libraries/apollo-compiler/src/test/typename/nested.graphql, libraries/apollo-compiler/src/test/typename/tree.graphql, libraries/apollo-compiler/src/test/usedtypes/enum_input_field.graphql, libraries/apollo-compiler/src/test/usedtypes/enum_output_field.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_allowed_with_fragment_spread.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/capitalized_fields_disallowed.graphql, libraries/apollo-compiler/src/test/validation/operation/capitalized_fields/schema.graphqls, libraries/apollo-compiler/src/test/validation/schema/duplicate-target-name.graphqls, libraries/apollo-compiler/src/test/validation/schema/reserved-enum-value-names.graphqls, libraries/apollo-compiler/src/test/validation/schema/typepolicy-clash.graphqls, libraries/apollo-compiler/src/test/validation/schema/typepolicy-unknown-fields.graphqls, libraries/apollo-debug-server/graphql/schema.graphqls, libraries/apollo-execution/testFixtures/introspection-query.graphql, libraries/apollo-gradle-plugin/testFiles/githunt/FeedQuery.graphql, libraries/apollo-gradle-plugin/testFiles/hero/TestQuery.graphql, libraries/apollo-gradle-plugin/testFiles/sdl/FeedRepositoryQuery.graphql, libraries/apollo-gradle-plugin/testFiles/simple/operations.graphql, libraries/apollo-gradle-plugin/testFiles/simple/schema.graphqls, libraries/apollo-gradle-plugin/testFiles/starwars/AllFilms.graphql, libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetails.graphql, libraries/apollo-gradle-plugin/testFiles/starwars/DroidDetailsSpeciesInfo.graphql, libraries/apollo-gradle-plugin/testProjects/android-test-variants/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/androidTest/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/debug/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoDebug/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/demoTest/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/main/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/release/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/android-variants/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/buildCache/src/main/graphql/starwars/AllFilms.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/leaf/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache/root/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/configuration-cache2/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/defaultVersion/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/deprecationWarnings/src/main/graphql/operations.graphql, libraries/apollo-gradle-plugin/testProjects/executable-schema-file/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/gradle-min-version/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/issue-severities/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/java-only/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/kotlin-plugin-version/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/main/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/kotlinJvmSourceSets/src/test/graphql/com/example/operations.graphql, libraries/apollo-gradle-plugin/testProjects/lazy-schema-file/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/mismatchedVersions/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-badconfig/root/src/main/graphql/com/library/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar-defined-in-leaf/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-custom-scalar/root/src/main/graphql/com/library/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node1/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/node2/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-diamond/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node1/impl/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-duplicates/node2/impl/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-consumer/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/fragments/src/main/graphql/fragments.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-publishing-producer/schema/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/node/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules-transitive/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules/leaf/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multi-modules/root/src/main/graphql/com/library/operations.graphql, libraries/apollo-gradle-plugin/testProjects/multiplatform/src/commonMain/graphql/DroidDetails.graphql, libraries/apollo-gradle-plugin/testProjects/operationIdsWithIsolation/app/src/main/graphql/com/example/TestQuery.graphql, libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/parser-options/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/operation.graphql, libraries/apollo-gradle-plugin/testProjects/register-operations/src/main/graphql/schema.graphqls, libraries/apollo-gradle-plugin/testProjects/testSourceSet/src/main/graphql/com/example/operations.graphql, libraries/apollo-tooling/src/main/graphql/graphql/extra.graphqls, libraries/apollo-tooling/src/main/graphql/graphql/pre-introspection.graphql, libraries/apollo-tooling/src/main/graphql/graphql/schema.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/internal/extra.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/internal/operations.graphql, libraries/apollo-tooling/src/main/graphql/platform-api/internal/schema.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/public/extra.graphqls, libraries/apollo-tooling/src/main/graphql/platform-api/public/operations.graphql, libraries/apollo-tooling/src/main/graphql/platform-api/public/schema.graphqls, libraries/apollo-tooling/src/main/resources/base-introspection.graphql, libraries/apollo-tooling/src/test/fixtures/introspection-response-success-full.graphqls, tests/ast-benchmark/test-data/large-schema-4-query.graphql, tests/cache-variables-arguments/src/main/graphql/operation.graphql, tests/cache-variables-arguments/src/main/graphql/schema.graphqls, tests/catch-responseBased/src/main/graphql/null/extra.graphqls, tests/catch-responseBased/src/main/graphql/null/operations.graphql, tests/catch-responseBased/src/main/graphql/result/extra.graphqls, tests/catch-responseBased/src/main/graphql/shared/levels.graphql, tests/catch-responseBased/src/main/graphql/shared/operations.graphql, tests/catch-responseBased/src/main/graphql/shared/schema.graphqls, tests/catch-responseBased/src/main/graphql/throw/extra.graphqls, tests/catch/src/main/graphql/fragments/operation.graphql, tests/catch/src/main/graphql/fragments/schema.graphqls, tests/catch/src/main/graphql/nested/operation.graphql, tests/catch/src/main/graphql/nested/schema.graphqls, tests/catch/src/main/graphql/null/extra.graphqls, tests/catch/src/main/graphql/null/operations.graphql, tests/catch/src/main/graphql/result/extra.graphqls, tests/catch/src/main/graphql/shared/levels.graphql, tests/catch/src/main/graphql/shared/operations.graphql, tests/catch/src/main/graphql/shared/schema.graphqls, tests/catch/src/main/graphql/throw/extra.graphqls, tests/compiler-plugins/app/src/main/graphql/cache/schema.graphqls, tests/compiler-plugins/app/src/main/graphql/default/operation.graphql, tests/compiler-plugins/app/src/main/graphql/default/schema.graphqls, tests/compiler-plugins/custom-flatten/src/main/graphql/operations.graphql, tests/compiler-plugins/custom-flatten/src/main/graphql/schema.graphqls, tests/compiler-plugins/schema-codegen/src/main/resources/cache_v0.1.graphqls, tests/data-builders-java/src/main/graphql/operations.graphql, tests/data-builders-java/src/main/graphql/schema.graphqls, tests/data-builders-kotlin-consumer/src/main/graphql/operations.graphql, tests/data-builders-kotlin/src/main/graphql/fragments.graphql, tests/data-builders-kotlin/src/main/graphql/operations.graphql, tests/data-builders-kotlin/src/main/graphql/schema.graphqls, tests/defer/apollo-server/computers.graphqls, tests/defer/router/simple-supergraph.graphqls, tests/defer/router/subgraphs/computers/computers.graphqls, tests/defer/src/commonMain/graphql/base/operation.graphql, tests/defer/src/commonMain/graphql/base/schema.graphqls, tests/defer/src/commonMain/graphql/noTypename/operation.graphql, tests/defer/src/commonMain/graphql/noTypename/schema.graphqls, tests/defer/src/commonMain/graphql/supergraph/query.graphql, tests/defer/src/commonMain/graphql/supergraph/schema.graphqls, tests/deprecated-requires-opt-in/graphql/operation.graphql, tests/deprecated-requires-opt-in/graphql/schema.graphqls, tests/enums/src/main/graphql/extra.graphqls, tests/enums/src/main/graphql/operation.graphql, tests/enums/src/main/graphql/schema.graphqls, tests/escaping/src/main/graphql/operation.graphql, tests/escaping/src/main/graphql/schema.graphqls, tests/filesystem-sensitivity/src/main/graphql/operations.graphql, tests/filesystem-sensitivity/src/main/graphql/schema.graphqls, tests/fragment-arguments/src/main/graphql/operations.graphql, tests/fragment-arguments/src/main/graphql/schema.graphqls, tests/generated-methods/src/main/graphql/operation.graphql, tests/generated-methods/src/main/graphql/schema.graphqls, tests/gzip/src/commonMain/graphql/operations.graphql, tests/gzip/src/commonMain/graphql/schema.graphqls, tests/http-cache/src/main/graphql/operations.graphql, tests/http-cache/src/main/graphql/schema.graphqls, tests/http-headers/src/main/graphql/operations.graphql, tests/http-headers/src/main/graphql/schema.graphqls, tests/include-skip-operation-based/src/main/graphql/operations.graphql, tests/include-skip-operation-based/src/main/graphql/schema.graphqls, tests/input/src/main/graphql/operation.graphql, tests/input/src/main/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/batching/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/circular_cache_read/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/extra.graphqls, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/declarativecache/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/operations.graphql, tests/integration-tests/src/commonTest/kotlin/test/fragment_normalizer/graphql/schema.graphqls, tests/integration-tests/src/commonTest/kotlin/test/schema/graphql/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/operations.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/benchmark/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/BookTrip.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/CancelTrip.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchDetailsByDate.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/LaunchList.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/Login.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/TripsBooked.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/fullstack/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllFilms.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/AllPlanets.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/DroidDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/httpcache/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/AllFilms.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/interceptor/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterDetails.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterNameById.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CharacterWithBirthDate.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/CreateReviewMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroName.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroNameWithId.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithDates.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/EpisodeHeroWithInlineFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsDirectives.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsName.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIds.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsNameWithIdsForParentOnly.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAndFriendsWithFragments.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroAppearsIn.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithEnums.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroNameWithId.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroParentTypeDependentField.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroTypeDependentAliasedField.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HeroWithFriendsFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/HumanWithIdFragment.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/Instant.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/JsonScalar.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/NullableHero.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/ReviewsByEpisode.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SameHeroTwice.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/SearchHero.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/StartshipById.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/UpdateReviewWithoutVariableMutation.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/normalizer/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetFloats.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/GetInts.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/performance/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/NewRepoCommentSubscription.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/subscription/schema.graphqls, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/MultipleUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/NestedUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUpload.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/SingleUploadTwice.graphql, tests/integration-tests/src/main/graphql/com/apollographql/apollo/integration/upload/schema.graphqls, tests/ios-test/src/commonMain/graphql/operations.graphql, tests/ios-test/src/commonMain/graphql/schema.graphqls, tests/java-nullability/src/main/graphql/operation.graphql, tests/java-nullability/src/main/graphql/schema.graphqls, tests/js/src/commonMain/graphql/operations.graphql, tests/js/src/commonMain/graphql/schema.graphqls, tests/jsexport/src/commonMain/graphql/operations.graphql, tests/jsexport/src/commonMain/graphql/schema.graphqls, tests/jvmoverloads/src/main/graphql/operation.graphql, tests/jvmoverloads/src/main/graphql/schema.graphqls, tests/kdoc/src/main/graphql/operation.graphql, tests/kdoc/src/main/graphql/schema.graphqls, tests/kotlin-codegen/src/main/graphql/operations.graphql, tests/kotlin-codegen/src/main/graphql/schema.graphqls, tests/model-builders-java/src/main/graphql/operations.graphql, tests/model-builders-java/src/main/graphql/schema.graphqls, tests/models-fixtures/graphql/operations.graphql, tests/models-fixtures/graphql/schema.graphqls, tests/models-operation-based-with-interfaces/graphql/operation.graphql, tests/models-operation-based-with-interfaces/graphql/schema.graphqls, tests/multi-module-1/bidirectional/src/main/graphql/com/example/operations.graphql, tests/multi-module-1/child/src/main/graphql/operations.graphql, tests/multi-module-1/file-path/src/main/graphql/com/example/operations.graphql, tests/multi-module-1/root/src/main/graphql/operations.graphql, tests/multi-module-1/root/src/main/graphql/schema.graphqls, tests/multi-module-2/child/src/main/graphql/operations.graphql, tests/multi-module-2/root/src/main/graphql/operations.graphql, tests/multi-module-2/root/src/main/graphql/schema.graphqls, tests/multi-module-3/child/src/main/graphql/operations.graphql, tests/multi-module-3/root/src/main/graphql/schema.graphqls, tests/multipart/src/commonMain/graphql/mockserver/operations.graphql, tests/multipart/src/commonMain/graphql/mockserver/schema.graphqls, tests/multipart/src/commonMain/graphql/router/operations.graphql, tests/native-benchmarks/src/commonMain/graphql/operation.graphql, tests/native-benchmarks/src/commonMain/graphql/schema.graphqls, tests/no-query-document/src/main/graphql/operation.graphql, tests/no-query-document/src/main/graphql/schema.graphqls, tests/no-runtime/src/main/graphql/operation.graphql, tests/normalization-tests/src/main/graphql/1/operations.graphql, tests/normalization-tests/src/main/graphql/1/schema.graphqls, tests/normalization-tests/src/main/graphql/2/operations.graphql, tests/normalization-tests/src/main/graphql/2/schema.graphqls, tests/normalization-tests/src/main/graphql/3/extra.graphqls, tests/normalization-tests/src/main/graphql/3/operations.graphql, tests/normalization-tests/src/main/graphql/3/schema.graphqls, tests/number_scalar/src/main/graphql/operation.graphql, tests/number_scalar/src/main/graphql/schema.graphqls, tests/on-error/src/main/graphql/operations.graphql, tests/on-error/src/main/graphql/schema.graphqls, tests/optimistic-data/src/main/graphql/operation.graphql, tests/optimistic-data/src/main/graphql/schema.graphqls, tests/optional-variables/src/main/graphql/operation.graphql, tests/optional-variables/src/main/graphql/operationWithFragment.graphql, tests/optional-variables/src/main/graphql/schema.graphqls, tests/outofbounds/src/main/graphql/operation.graphql, tests/outofbounds/src/main/graphql/schema.graphqls, tests/platform-api/src/main/graphql/operations.graphql, tests/platform-api/src/main/graphql/schema.graphqls, tests/runtime/src/main/graphql/operation.graphql, tests/sample-server/graphql/schema.graphqls, tests/scalar-adapters/src/main/graphql/extra.graphqls, tests/scalar-adapters/src/main/graphql/operation.graphql, tests/scalar-adapters/src/main/graphql/schema.graphqls, tests/schema-changes/src/main/graphql/operation.graphql, tests/schema-changes/src/main/graphql/schema.graphqls, tests/schema-packagename/src/main/graphql/com/example/operation.graphql, tests/schema-packagename/src/main/graphql/com/example/schema.graphqls, tests/schema-transform/app/src/main/graphql/operation.graphql, tests/schema-transform/app/src/main/graphql/schema.graphqls, tests/semantic-non-null/src/main/graphql/operations.graphql, tests/semantic-non-null/src/main/graphql/schema.graphqls, tests/shared-framework/src/commonMain/graphql/operation.graphql, tests/shared-framework/src/commonMain/graphql/schema.graphqls, tests/strict-mode/src/main/graphql/operation.graphql, tests/strict-mode/src/main/graphql/schema.graphqls, tests/termination/src/main/graphql/operation.graphql, tests/termination/src/main/graphql/schema.graphqls, tests/test-network-transport/src/main/graphql/operation.graphql, tests/test-network-transport/src/main/graphql/schema.graphqls, tests/websockets/src/commonMain/graphql/appsync/GetComments.graphql, tests/websockets/src/commonMain/graphql/appsync/schema.graphqls, tests/websockets/src/commonMain/graphql/cloud-router/GetReviews.graphql, tests/websockets/src/commonMain/graphql/cloud-router/schema.graphqls, tests/websockets/src/commonMain/graphql/fullstack-tutorial/operations.graphql, tests/websockets/src/commonMain/graphql/graphql-ws/operations.graphql, tests/websockets/src/commonMain/graphql/graphql-ws/schema.graphqls, tests/websockets/src/commonMain/graphql/sample-server/operations.graphql"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, sample, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, sample, samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-19T12:14:20.127315Z",
"schema_version": "0.15.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apollographql/apollo-kotlin.svg",
"full_name": "apollographql/apollo-kotlin",
"license_state": "standard",
"license_spdx": "MIT"
}