I am trying to write an update mutation for my front end.
Here is what I have:
async updateUser(root, { id, name, email, password }, { models }) {