OBJECT
UserUpdatePayload
Result of the userUpdate mutation
link GraphQL Schema definition
- type UserUpdatePayload {
- # If set, contains the successfully updated user.
- # If null, the user could not be updated because the input data was invalid.
- # Please use the `userErrors` field to get more details regarding the errors that
- # occurred.
- User :
- # List of errors describing why the input data was invalid and the user could not
- # be updated.
- UserMutationErrors!]! : [
- }