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 19dba0b commit 93f366cCopy full SHA for 93f366c
tests/typedef.test.ts
@@ -4,7 +4,7 @@ import typeDefs from '@/lib/typedef';
4
import { ObjectTypeDefinitionNode } from 'graphql/language/ast';
5
6
it('contains Date, StoryType, Story, Comment, User, and Query types', () => {
7
- const typeNames = ['Date', 'StoryType', 'Story', 'Comment', 'User', 'Query'];
+ const typeNames = ['Job', 'Date', 'StoryType', 'Story', 'Comment', 'User', 'Query'];
8
9
typeDefs.definitions.forEach(def => {
10
const definition = <ObjectTypeDefinitionNode>def;
0 commit comments