File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
28
28
isListType ,
29
29
isNamedType ,
30
30
isNonNullType ,
31
- } from './.. /graphql' ;
31
+ } from '.. /graphql.js ' ;
32
32
33
33
const anySchema = `definedNonNullAnySchema` ;
34
34
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
23
23
isListType ,
24
24
isNamedType ,
25
25
isNonNullType ,
26
- } from './.. /graphql' ;
26
+ } from '.. /graphql.js ' ;
27
27
28
28
export class ValibotSchemaVisitor extends BaseSchemaVisitor {
29
29
constructor ( schema : GraphQLSchema , config : ValidationSchemaPluginConfig ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
28
28
isListType ,
29
29
isNamedType ,
30
30
isNonNullType ,
31
- } from './.. /graphql' ;
31
+ } from '.. /graphql.js ' ;
32
32
33
33
export class YupSchemaVisitor extends BaseSchemaVisitor {
34
34
constructor ( schema : GraphQLSchema , config : ValidationSchemaPluginConfig ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
28
28
isListType ,
29
29
isNamedType ,
30
30
isNonNullType ,
31
- } from './.. /graphql' ;
31
+ } from '.. /graphql.js ' ;
32
32
33
33
const anySchema = `definedNonNullAnySchema` ;
34
34
You can’t perform that action at this time.
0 commit comments