UserUpdatePayload Object
Result of the userUpdate mutation
Fields
#
user
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.
userErrors
[ UserMutationErrors !]!
Non-null
List of errors describing why the input data was invalid and the user could not be updated.
Usages
#
References
#
- Field userUpdate from Mutation
Previous
UserUpdateInput