Skip to main content

InviteViewerPayload

No description

type InviteViewerPayload {
successful: Boolean!
messages: [ValidationMessage]
result: InviteViewer
}

Fields

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

Indicates if the mutation completed successfully or not.

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

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

InviteViewerPayload.result ● InviteViewer object {#result}

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

Returned By

acceptGroupInvite mutation