We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e139163 commit cd15f6eCopy full SHA for cd15f6e
graphql/utilities/find_breaking_changes.py
@@ -36,22 +36,6 @@
36
"DangerousChangeType",
37
"find_breaking_changes",
38
"find_dangerous_changes",
39
- "find_removed_types",
40
- "find_types_that_changed_kind",
41
- "find_fields_that_changed_type_on_object_or_interface_types",
42
- "find_fields_that_changed_type_on_input_object_types",
43
- "find_types_removed_from_unions",
44
- "find_values_removed_from_enums",
45
- "find_arg_changes",
46
- "find_interfaces_removed_from_object_types",
47
- "find_removed_directives",
48
- "find_removed_directive_args",
49
- "find_added_non_null_directive_args",
50
- "find_removed_locations_for_directive",
51
- "find_removed_directive_locations",
52
- "find_values_added_to_enums",
53
- "find_interfaces_added_to_object_types",
54
- "find_types_added_to_unions",
55
]
56
57
0 commit comments