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
no guarantee this will always be the case
Sounds good, thanks @jamwt