Skip to content

Commit 97256f0

Browse files
committed
Tidy
1 parent 1ce6880 commit 97256f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/introspection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export const __Field: GraphQLObjectType = new GraphQLObjectType({
377377
defaultValue: false,
378378
},
379379
},
380-
resolve: (field, { includeSemanticNonNull }, _context) => {
380+
resolve: (field, { includeSemanticNonNull }) => {
381381
if (includeSemanticNonNull) {
382382
return field.type;
383383
}

0 commit comments

Comments
 (0)