Q. about concurrency of executing multiple mutations or a mutation & queries #497
Unanswered
NicolasRouquette
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
-
In principle, queries could be executed concurrently.
Is there a guarantee that a query and a mutation cannot run concurrently since the results of the former could be affected by the latter?
Is there a guarantee that multiple mutations cannot run concurrently?
If such guarantees are not available, are there guidelines for adding some kind of transaction management in the query/mutation implementation?
Beta Was this translation helpful? Give feedback.
All reactions