diff --git a/src/index.ts b/src/index.ts index 4ea6fa9a..8a94bb9c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,8 +13,8 @@ export const graphql = withDefaults(request, { url: "/graphql", }); -export type { GraphQlQueryResponseData } from "./types"; -export { GraphqlResponseError } from "./error"; +export type { GraphQlQueryResponseData } from "./types.js"; +export { GraphqlResponseError } from "./error.js"; export function withCustomRequest(customRequest: typeof request) { return withDefaults(customRequest, {