mutation userUpdate($id: ID!, $input: UserInput!) { userUpdate(id: $id, input: $input) { user { ...userAttributes } errors { ...errors } } }