Drew McMillan

Results 9 comments of Drew McMillan

I think i'm having the same issue as this when migrating to the `new-openapi` handler Will report back here if i'm able to find the issue, or raise a new...

👋 I think we're having a similar issue, but with snapshot testing. It appears to fail with any 2 nested queries. [Ive made a gist of our example](https://gist.github.com/dr3/e6d8ac117c44e25044b8913fe0ab7a80)

I have deployed this to production AWS and I still get this error (though of course the react minified versions #418 & #423)

This isnt a feature of this stack, it happens on the default one too

Related issue https://github.com/remix-run/remix/issues/2947

Started draft PR, which functionally solves the problem, however this would require moving from the native fetch type to something more akin to [the one in the openapi handler](https://github.com/Urigo/graphql-mesh/blob/master/packages/handlers/openapi/src/openapi-to-graphql/resolver_builder.ts#L51) so...

This should now be resolved 🎉 memory issue was resolved in https://github.com/Urigo/graphql-mesh/pull/4237 and surrounding changes

@levibuzolic Appreciate its been a very long time since you raised this, but Ive recently picked up maintainance and [planning a version 7 of this package](https://github.com/relay-tools/react-relay-network-modern/pull/157). Do let me know...