Hello, whats the best practice when inserting data to graphql from function?
graphql-request isnt working and node-fetch either.
just cannot import anything other than express.
`
import fetch from "node-fetch";
////
node:internal/modules/cjs/loader:985
const err = new Error(message);
^
Error: Cannot find module 'node-fetch'
`