Skip to main content

conversationRestorePayload

Autogenerated return type of conversationRestore

type conversationRestorePayload {
clientMutationId: String
conversations(
after: String
before: String
first: Int
last: Int
): ConversationConnection
diffs: [Diff!]!
errors: [UserError!]!
}

Fields

conversationRestorePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

conversationRestorePayload.conversations ● ConversationConnection object common

The restored conversations.

conversationRestorePayload.conversations.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

conversationRestorePayload.conversations.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

conversationRestorePayload.conversations.first ● Int scalar common

Returns the first n elements from the list.

conversationRestorePayload.conversations.last ● Int scalar common

Returns the last n elements from the list.

conversationRestorePayload.diffs ● [Diff!]! non-null object common

The movement in search/folder counts due to this mutation

conversationRestorePayload.errors ● [UserError!]! non-null object common

Errors related to user input.

Returned by

conversationRestore mutation