diff --git a/src/infer-webhooks.ts b/src/infer-webhooks.ts index f097c11..6bbda0c 100644 --- a/src/infer-webhooks.ts +++ b/src/infer-webhooks.ts @@ -1,5 +1,5 @@ import fg from "fast-glob"; -import { print } from "graphql/language/printer"; +import { print } from "graphql/language/printer.js"; import path from "path"; const capitalize = (value: string) => value.charAt(0).toUpperCase() + value.slice(1);