conversationDeleteNote
Delete note for comment
mutation(
$messageId: ID!,
$skipNotifications: Boolean
) {
conversationDeleteNote(
input: {
messageId: $messageId,
skipNotifications: $skipNotifications
}
) {
changesetId
deletedMessageId
conversation {
id
}
errors {
path
message
}
}
}
conversationDeleteNote(
input: conversationDeleteNoteInput!
): conversationDeleteNotePayload
Arguments
conversationDeleteNote.input ● conversationDeleteNoteInput! non-null input common
Parameters for conversationDeleteNote
Type
conversationDeleteNotePayload object common
Autogenerated return type of conversationDeleteNote