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
{{ message }}
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
My server API doesn't return 400 - 500 response code to throw error. They use a specific response with structure such as { err: number; msg: string } with 200 response code. I could use axios interceptor to throw error, but that would not be cached. That's why invalidate on response is really important to me.
PS: I'm not using GraphQL.
The text was updated successfully, but these errors were encountered:
My server API doesn't return
400 - 500
response code to throw error. They use a specific response with structure such as{ err: number; msg: string }
with200
response code. I could useaxios interceptor
to throw error, but that would not be cached. That's why invalidate on response is really important to me.PS: I'm not using
GraphQL
.The text was updated successfully, but these errors were encountered: