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
Right now, a mutation allows you to specify how to update the results of certain queries by supplying a reducer function.
But if it is too complicated, or you just don't care enough to do it, the right way would be to refetch the whole query from scratch. Right now, there is no easy way to do that, but implementing it should be relatively easy:
Right now, a mutation allows you to specify how to update the results of certain queries by supplying a reducer function.
But if it is too complicated, or you just don't care enough to do it, the right way would be to refetch the whole query from scratch. Right now, there is no easy way to do that, but implementing it should be relatively easy:
The text was updated successfully, but these errors were encountered: