Jordan Eldredge
Jordan Eldredge
https://webamp.sentry.io/issues/7167131709/?project=146021&referrer=slack
Fixes https://github.com/facebook/relay/issues/5126 ## Summary Some queries, when invoked with a set of variables are conceptually "empty". Meaning we can prove before sending them to the server that they will fetch...
Now you can open Calude in the Relay repo and run `/fix-ci` to have Claude attempt to fix any CI issues. Example PR created with this command: https://github.com/facebook/relay/pull/5128
Differential Revision: D80972077
Differential Revision: D80984351
Differential Revision: D79911205 Repro/regression test of the GC bug reported in https://github.com/facebook/relay/issues/4967
Current failures can be found here: https://gist.github.com/captbaritone/654c78e85f7f22450a67dfeee645431b
### Motivation We have a feature called Relay Resolvers which lets you define additional GraphQL fields which get evaluated on the client. We even allow you to define a field...