The Mutation type represents all of the mutations that the API can perform.
Mutation
updateUser
Update a user by their ID
deleteUser
Delete a user by their ID
signUp
(Public) Sign up a new user
signIn
(Public) Sign in an existing user
ID
Query