graphql-js
graphql-js copied to clipboard
clarify variable name: linkExists -> voteExists
trafficstars
Since the $exists is being called to check if an instance of a Vote already exists, the variable name has been changed to reflect that.
Relates to: https://github.com/howtographql/howtographql/pull/1002