Join Slack
Powered by
given we have a `Card` with a rating from a user, ...
# prisma-whats-new
b
be4r
09/10/2017, 12:52 AM
given we have a
Card
with a rating from a user, we would also like to store the average of the ratings. How can we update the average dynamically so that the average is updated on any
createRating
or
updateRating
mutations?
Open in Slack
Previous
Next