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 d9c350f commit 5d4bec2Copy full SHA for 5d4bec2
src/type/directives.ts
@@ -304,7 +304,7 @@ export const _ErrorAction = new GraphQLEnumType({
304
NULL: {
305
value: ErrorAction.NULL,
306
description:
307
- 'Positions that error are replaced with a `null` and an error is added to the "errors list.',
+ 'Positions that error are replaced with a `null` and an error is added to the "errors" list.',
308
},
309
310
});
0 commit comments