File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { expectJSON } from '../../__testUtils__/expectJSON.js';
22
33import type { Maybe } from '../../jsutils/Maybe.js' ;
44
5- import type { ParseOptions } from '../../language/parser' ;
6- import { parse } from '../../language/parser' ;
5+ import type { ParseOptions } from '../../language/parser.js ' ;
6+ import { parse } from '../../language/parser.js ' ;
77
88import type { GraphQLSchema } from '../../type/schema.js' ;
99
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ import {
2929 isObjectType ,
3030} from '../../type/definition.js' ;
3131
32- import { sortValueNode } from '../../utilities/sortValueNode' ;
33- import { typeFromAST } from '../../utilities/typeFromAST' ;
32+ import { sortValueNode } from '../../utilities/sortValueNode.js ' ;
33+ import { typeFromAST } from '../../utilities/typeFromAST.js ' ;
3434
3535import type { ValidationContext } from '../ValidationContext.js' ;
3636
You can’t perform that action at this time.
0 commit comments