User Authentication
This release adds 2 queries and 3 new mutations:
Queries:
userCount
returns the number of usersuserById
returns a user from their IDwhoami
returns the user based on authorization header
Mutations:
signup
starts creating a user, and sends a verification emailconfirmEmail
verifies the email and creates the userlogin
returns an authentication payload if the username and password provided match a user