Andrew Schreiber
mutation ($id: ID!, $email: String!, $password: String!) { updateUser(id: $id, email: $email, password: $password) { id } }
matic