nemophrost
nemophrost15mo ago

Query and Mutation timing

So far it seems when I write to a table with a mutation, the response comes back before my query listeners update with the new data. Is this just a likely race condition or is there a guarantee that this will always be the case? (Using react client libraries) Thanks!
2 Replies
jamwt
jamwt15mo ago
no guarantee this will always be the case
nemophrost
nemophrostOP15mo ago
Sounds good, thanks @jamwt

Did you find this page helpful?