You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a context property useFakeData that you can use to silence the warning when using a RelayContainer with fake data.
You can now interpolate a function that returns an array of fragment references (eg. a route-conditional function) into a Relay.QL string. See #896
Added RelayStoreData#toJSON.
Fixed a bug where the query for a plural field might get diffed out, when in fact there was data missing in the store for which a query should have been produced.