With the authentication part done, it’s time to introduce a new feature into the system - voting! The user is supposed to be able to vote for the links they like, so that later the links can be ordered by popularity. Almost like the real Hackernews!
This one will require quite a few steps, so buckle up!
Schema needs changes first. (Surprised? … I didn’t expect so)
Create the analogous data and resolver classes.