We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc8cf6 + 539ebbd commit eca9167Copy full SHA for eca9167
1 file changed
src/main/java/graphql/introspection/Introspection.java
@@ -380,7 +380,7 @@ public Object get(DataFetchingEnvironment environment) {
380
.field(newFieldDefinition()
381
.name("mutationType")
382
.description("If this server supports mutation, the type that mutation operations will be rooted at.")
383
- .type(new GraphQLNonNull(__Type))
+ .type(__Type)
384
.dataFetcher(new DataFetcher() {
385
@Override
386
public Object get(DataFetchingEnvironment environment) {
0 commit comments