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