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