Skip to content

Commit d1238ec

Browse files
authored
fix: no dir import for graphql (#119)
1 parent 05ae027 commit d1238ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphql/parseGraphQl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getIntrospectionQuery } from "graphql/utilities";
1+
import { getIntrospectionQuery } from "graphql/utilities/index.js";
22
import fetchQuery from "./fetchQuery.js";
33
import { Api } from "../Api.js";
44
import { Field } from "../Field.js";

0 commit comments

Comments
 (0)