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.