Saimon Moore
Saimon Moore
I debugged this a bit and the issue is basically here: https://github.com/Urigo/graphql-mesh/blob/30ecdbde782acf9b33e35805bc0f7deacbf4b038/packages/config/src/utils.ts#L103 which then calls: https://github.com/Urigo/graphql-mesh/blob/30ecdbde782acf9b33e35805bc0f7deacbf4b038/packages/config/src/utils.ts#L66 A very hacky fix: ``` const relativeModuleName = cross_helpers_1.path.isAbsolute(moduleName) ? (type === 'fetch' ?...
Looks like this https://github.com/nodejs/node/pull/44943 was merged so I guess this is closer now?
@andrewosh is this code still up to date? Can we merge this too?
Yes I will wait patiently. Unfortunately I don't have the chops to try it myself :( Thank you very much