We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eca80 commit daa3ecbCopy full SHA for daa3ecb
src/index.ts
@@ -13,8 +13,8 @@ export const graphql = withDefaults(request, {
13
url: "/graphql",
14
});
15
16
-export type { GraphQlQueryResponseData } from "./types";
17
-export { GraphqlResponseError } from "./error";
+export type { GraphQlQueryResponseData } from "./types.js";
+export { GraphqlResponseError } from "./error.js";
18
19
export function withCustomRequest(customRequest: typeof request) {
20
return withDefaults(customRequest, {
0 commit comments