howtographql / graphql-js

https://www.howtographql.com/graphql-js/1-getting-started/
363 stars 126 forks source link

clarify variable name: linkExists -> voteExists #68

Open lawrencekang opened 4 years ago

lawrencekang commented 4 years ago

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