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 c9850c1 commit b55b575Copy full SHA for b55b575
src/utilities/__tests__/TypeInfo-test.js
@@ -309,7 +309,7 @@ describe('visitWithTypeInfo', () => {
309
]);
310
});
311
312
- it('support traversals of input values', () => {
+ it('supports traversals of input values', () => {
313
const ast = parseValue('{ stringListField: ["foo"] }');
314
const complexInputType = testSchema.getType('ComplexInput');
315
invariant(complexInputType != null);
@@ -355,7 +355,7 @@ describe('visitWithTypeInfo', () => {
355
356
357
358
+ it('supports traversals of selection sets', () => {
359
const humanType = testSchema.getType('Human');
360
invariant(humanType != null);
361
0 commit comments