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
It would be great to have a transformResponse equivalent for errors. The transformError property would allow manipulation of the error returned by a query or mutation before it hits the cache.
This new property would help to decouple error parsing logic from the view. The service will encapsulate the logic, and the views will act just as a presenter of the data/error the query or mutation returns.
Faithfinder, orenklein, b3nj4m, wootencl, odb-rvictor and 3 more