offlineExchange and non-optimistic requests #1484
Unanswered
bigescalade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we are using the offlineExchange to handle some optimistic mutations. This part works fine however when the device is offline and we attempt to query our graph the operation never completes and we receive no network error or timeout of any kind.
The docs read:
I know it says mutation but does it also apply to queries? should queries while offline fail with a network error?
EDIT:
just went through the docs again and found this:
so does that mean queries offline won't bubble up a network error?
Beta Was this translation helpful? Give feedback.
All reactions