Skip to main content

AvatarPayload

No description

type AvatarPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Avatar
}

Fields

AvatarPayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

AvatarPayload.messages ● [ValidationMessage] list object

A list of failed validations. May be blank or null if mutation succeeded.

AvatarPayload.result ● Avatar object

The object created/updated/deleted by the mutation. May be null if mutation failed.

Returned By

setAccountAvatar mutation