Sean Nicolay
Sean Nicolay
Yes, but you need to configure this both in the plugin as well as in the `relay.config.js`: >`artifactDirectory` A specific directory to output all artifacts to. When enabling this the...
I came back to this and figured out why it was failing. It wasn't the inability to specify the `artifactDirectory` in the plugin, you're right that the plugin can find...
It looks like you probably have two different versions of `@types/relay-runtime` in your node_modules.
Also encountered this. Something appears to be leaking memory. Our overnight heap use is typically quite stable, as there isn't much going on, but with 4.3.0 it just kept increasing...
I currently have two projects, both of which deploy independently. I _can_ build and persist all the operations for both projects during each deploy, but it isn't necessary.
In my case I have some components (and thus graphql operations) that are shared between the two projects. I didn't want to force us to run multiple relay processes to...