conversationToggleNoteReaction
Toggle note reaction for comment
mutation(
$messageId: ID!,
$reaction: String!,
$skipNotifications: Boolean
) {
conversationToggleNoteReaction(
input: {
messageId: $messageId,
reaction: $reaction,
skipNotifications: $skipNotifications
}
) {
changesetId
conversation {
id
}
message {
id
}
errors {
path
message
}
}
}
conversationToggleNoteReaction(
input: conversationToggleNoteReactionInput!
): conversationToggleNoteReactionPayload
Arguments
conversationToggleNoteReaction.input ● conversationToggleNoteReactionInput! non-null input common
Parameters for conversationToggleNoteReaction
Type
conversationToggleNoteReactionPayload object common
Autogenerated return type of conversationToggleNoteReaction