Dan Haggard

Results 1 comments of Dan Haggard

This is how I solved the problem (requires node >= 17): Created an esm-loader.mjs file in my root: ```javascript import { parse } from 'graphql'; import { promises as fs...