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 9b8f6f3 commit f287b63Copy full SHA for f287b63
src/language/__tests__/parser-test.ts
@@ -306,7 +306,6 @@ describe('Parser', () => {
306
name: undefined,
307
variableDefinitions: [],
308
directives: [],
309
- required: 'unset',
310
selectionSet: {
311
kind: Kind.SELECTION_SET,
312
loc: { start: 0, end: 40 },
@@ -353,6 +352,7 @@ describe('Parser', () => {
353
352
},
354
arguments: [],
355
+ required: 'unset',
356
selectionSet: undefined,
357
358
{
@@ -366,6 +366,7 @@ describe('Parser', () => {
366
367
368
369
370
371
372
],
0 commit comments