Fix importing graphQL printer which failed inferWebhooks (#72)
This commit is contained in:
parent
390143db17
commit
ff0e25f8dd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import fg from "fast-glob";
|
import fg from "fast-glob";
|
||||||
import { print } from "graphql/language/printer";
|
import { print } from "graphql/language/printer.js";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
|
|
||||||
const capitalize = (value: string) => value.charAt(0).toUpperCase() + value.slice(1);
|
const capitalize = (value: string) => value.charAt(0).toUpperCase() + value.slice(1);
|
||||||
|
|
Loading…
Reference in a new issue