OBJECT

UpdateUserError

The possible error returned.

link GraphQL Schema definition

1type UpdateUserError {
2
3# The error code.
4code: UpdateUserErrorCode!
5
6}