Skip to content

Commit cd15f6e

Browse files
committed
find_breaking_changes: Remove 'export' from internal functions
Note: Only functions exported in __index__.py are treated as part of the public API Replicates graphql/graphql-js@93a3bda
1 parent e139163 commit cd15f6e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

graphql/utilities/find_breaking_changes.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,6 @@
3636
"DangerousChangeType",
3737
"find_breaking_changes",
3838
"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",
5539
]
5640

5741

0 commit comments

Comments
 (0)