We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a392cf commit fe2d71aCopy full SHA for fe2d71a
src/main/java/graphql/ErrorType.java
@@ -6,6 +6,6 @@ public enum ErrorType {
6
InvalidSyntax,
7
ValidationError,
8
DataFetchingException,
9
- MutationsNoSupported
+ MutationNotSupported
10
11
}
0 commit comments