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 eb00f57 commit 6bf581dCopy full SHA for 6bf581d
src/main/java/graphql/Enums.java
@@ -7,6 +7,7 @@
7
/**
8
* The enums that are understood by graphql-java
9
*/
10
+@PublicApi
11
public class Enums {
12
public static final String ON_ERROR = "OnError";
13
public static final String ON_ERROR_PROPAGATE = "PROPAGATE";
0 commit comments