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