Skip to content

Commit 7a4187a

Browse files
grrttedwardsbbakerman
authored andcommitted
Add new diff category for deprecated differences
1 parent 619083a commit 7a4187a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/main/java/graphql/schema/diff/DiffCategory.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ public enum DiffCategory {
2626
/**
2727
* The new API has changed something compared to the old API
2828
*/
29-
DIFFERENT
29+
DIFFERENT,
30+
/**
31+
* The new API has deprecated something or removed something deprecated from the old API
32+
*/
33+
DEPRECATED
3034
}

0 commit comments

Comments
 (0)