Skip to content

Commit 59b6558

Browse files
committed
fixed import path
1 parent dd54300 commit 59b6558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { transformSchemaAST } from "@graphql-codegen/schema-ast";
22
import { YupSchemaVisitor } from "./yup/index";
3-
import { ValidationSchemaPluginConfig } from "./types";
3+
import { ValidationSchemaPluginConfig } from "./config";
44
import { oldVisit, PluginFunction, Types } from "@graphql-codegen/plugin-helpers";
55
import { GraphQLSchema } from "graphql";
66

src/yup/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { isInput, isNonNullType, isListType, isNamedType } from "./../graphql";
2-
import { ValidationSchemaPluginConfig } from "./../types";
2+
import { ValidationSchemaPluginConfig } from "../config";
33
import {
44
InputValueDefinitionNode,
55
NameNode,

0 commit comments

Comments
 (0)