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 {
2828 isListType ,
2929 isNamedType ,
3030 isNonNullType ,
31- } from './.. /graphql' ;
31+ } from '.. /graphql.js ' ;
3232
3333const anySchema = `definedNonNullAnySchema` ;
3434
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
2323 isListType ,
2424 isNamedType ,
2525 isNonNullType ,
26- } from './.. /graphql' ;
26+ } from '.. /graphql.js ' ;
2727
2828export class ValibotSchemaVisitor extends BaseSchemaVisitor {
2929 constructor ( schema : GraphQLSchema , config : ValidationSchemaPluginConfig ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
2828 isListType ,
2929 isNamedType ,
3030 isNonNullType ,
31- } from './.. /graphql' ;
31+ } from '.. /graphql.js ' ;
3232
3333export class YupSchemaVisitor extends BaseSchemaVisitor {
3434 constructor ( schema : GraphQLSchema , config : ValidationSchemaPluginConfig ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
2828 isListType ,
2929 isNamedType ,
3030 isNonNullType ,
31- } from './.. /graphql' ;
31+ } from '.. /graphql.js ' ;
3232
3333const anySchema = `definedNonNullAnySchema` ;
3434
You can’t perform that action at this time.
0 commit comments