Skip to content

Commit 30aae6c

Browse files
committed
fix imports
1 parent 9d61339 commit 30aae6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/type/__tests__/introspection-test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ import { describe, it } from 'mocha';
33

44
import { expectJSON } from '../../__testUtils__/expectJSON';
55

6+
import { parse } from '../../language/parser';
7+
68
import { buildASTSchema, buildSchema } from '../../utilities/buildASTSchema';
79
import { getIntrospectionQuery } from '../../utilities/getIntrospectionQuery';
810

911
import { graphqlSync } from '../../graphql';
1012

1113
import type { GraphQLResolveInfo } from '../definition';
12-
import { parse } from '../..';
1314

1415
describe('Introspection', () => {
1516
it('executes an introspection query', () => {

0 commit comments

Comments
 (0)