conversationDeleteNoteInput
Autogenerated input type of conversationDeleteNote
input conversationDeleteNoteInput {
clientMutationId: String
messageId: ID!
skipNotifications: Boolean
snoozeUntil: DateTime
}
Fields
conversationDeleteNoteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationDeleteNoteInput.messageId ● ID! non-null scalar common
The ID of the message that should be deleted.
conversationDeleteNoteInput.skipNotifications ● Boolean scalar common
Whether to skip notifications to agents.
conversationDeleteNoteInput.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
conversationDeleteNote mutation