User Authentication
This release adds 2 queries and 3 new mutations:
Queries:
userCountreturns the number of usersuserByIdreturns a user from their IDwhoamireturns the user based on authorization header
Mutations:
signupstarts creating a user, and sends a verification emailconfirmEmailverifies the email and creates the userloginreturns an authentication payload if the username and password provided match a user