Skip to main content

AvatarViewerPayload

No description

type AvatarViewerPayload {
successful: Boolean!
messages: [ValidationMessage]
result: AvatarViewer
}

Fields

AvatarViewerPayload.successful ● Boolean! non-null scalar {#successful}

Indicates if the mutation completed successfully or not.

AvatarViewerPayload.messages ● [ValidationMessage] list object {#messages}

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

AvatarViewerPayload.result ● AvatarViewer object {#result}

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

Returned By

removeAccountAvatar mutation ● setAccountAvatar mutation