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