conversationEditNoteInput
Autogenerated input type of conversationEditNote
input conversationEditNoteInput {
attachments: [EmailAttachmentInput!]
body: String
clientMutationId: String
messageId: ID!
skipNotifications: Boolean
snoozeUntil: DateTime
}
Fields
conversationEditNoteInput.attachments ● [EmailAttachmentInput!] list input common
Attachments for the note.
conversationEditNoteInput.body ● String scalar common
The body of the note.
conversationEditNoteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationEditNoteInput.messageId ● ID! non-null scalar common
The ID of the message that needs to be updated.
conversationEditNoteInput.skipNotifications ● Boolean scalar common
Whether to skip notifications for this note.
conversationEditNoteInput.snoozeUntil ● DateTime scalar common
The date and time until which the conversation is snoozed. If blank and conversation state is SNOOZED, it is snoozed indefinitely.
Member of
conversationEditNote mutation