Replies: 1 comment
-
in your case, otherwise, you should be able to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some situation where I'd like to perform two mutations, one after the other. I have some loading indicator that shows when either of the queries is loading. The problem is that my loading indicator can flicker when I do this:
Since there's a small period of time when neither query is loading, I guess? It makes sense, but I would prefer it if there was no flicker of course.
Is there a good way to handle loading of multiple mutations performed in serial?
The only way is something like this, right?
Beta Was this translation helpful? Give feedback.
All reactions