Join Slack
Powered by
Following the nodejs tutorial, I'm wondering about...
# orm-help
s
sf
12/07/2018, 10:04 PM
Following the nodejs tutorial, I'm wondering about the existence check for Vote. In the presence of concurrent vote mutation requests, could this be a race condition where you could end up with duplicate votes?
https://github.com/howtographql/graphql-js/blob/master/src/resolvers/Mutation.js#L52-L60
👍 1
Open in Slack
Previous
Next