Skip to content

Commit

Permalink
fix: correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Mar 22, 2020
1 parent d52eb8d commit ee1436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/testing/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createSchema } from "../index";
import { PluginsContainer } from "@webiny/plugins/PluginsContainer";
import { applyGraphQLContextPlugins } from "@webiny/api/utils/contextPlugins";
import { applyGraphQLContextPlugins } from "@webiny/api/createSchema/contextPlugins";

export const setupSchema = async plugins => {
const pluginsContainer = new PluginsContainer([plugins]);
Expand Down

0 comments on commit ee1436d

Please sign in to comment.