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 9737830 commit 2a41cd4Copy full SHA for 2a41cd4
src/type/introspection.js
@@ -60,7 +60,7 @@ export var __Schema = new GraphQLObjectType({
60
var __Directive = new GraphQLObjectType({
61
name: '__Directive',
62
fields: () => ({
63
- name: { type: GraphQLString },
+ name: { type: new GraphQLNonNull(GraphQLString) },
64
description: { type: GraphQLString },
65
args: {
66
type:
0 commit comments