ConversationTrashPayload
Autogenerated return type of ConversationTrash
type ConversationTrashPayload {
changesetId: String
clientMutationId: String
conversation: Conversation
diffs: [Diff!]!
errors: [UserError!]!
eventGroup: EventGroupType
}
Fields
ConversationTrashPayload.changesetId ● String scalar common
The changeset ID for the update.
ConversationTrashPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationTrashPayload.conversation ● Conversation interface common
The trashed conversation.
ConversationTrashPayload.diffs ● [Diff!]! non-null object common
The movement in search/folder counts due to this mutation
ConversationTrashPayload.errors ● [UserError!]! non-null object common
Errors related to user input.
ConversationTrashPayload.eventGroup ● EventGroupType object common
The group of events for changes made.
Returned by
conversationTrash mutation