How's graphcool's consistency? Are queries guarant...
# prisma-whats-new
r
How's graphcool's consistency? Are queries guaranteed to include changes made by mutations that got http 200's, or is it possible that mutations take time to propagate and are not reflected in queries?
d
Graphcool is eventually consistent, so it might take a small amount of time in highly concurrent scenarios to read data consistently after a write.
r
Thanks for the quick reply 🙂 I'll take that into account when batch-updating data