Following the nodejs tutorial, I'm wondering about...
# orm-help
s
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