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 01bbaef commit 36ed90cCopy full SHA for 36ed90c
tests/typedef.test.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable no-undef */
2
3
-import typeDefs from '@/typedef';
+import typeDefs from '@/lib/typedef';
4
import { ObjectTypeDefinitionNode } from 'graphql/language/ast';
5
6
it('contains Date, StoryType, Story, Comment, User, and Query types', () => {
0 commit comments