AccountError
The error that may occur when updating an account
type AccountError {
field: [String]
message: String
}
Fields
AccountError.field ● [String] list scalar
The field(s) that the error occurred on
AccountError.message ● String scalar
The error message
Member Of
UpdateAccountResult object