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 1ce6880 commit 97256f0Copy full SHA for 97256f0
src/type/introspection.ts
@@ -377,7 +377,7 @@ export const __Field: GraphQLObjectType = new GraphQLObjectType({
377
defaultValue: false,
378
},
379
380
- resolve: (field, { includeSemanticNonNull }, _context) => {
+ resolve: (field, { includeSemanticNonNull }) => {
381
if (includeSemanticNonNull) {
382
return field.type;
383
}
0 commit comments