Mutation
mutation ToggleSlackMessageReaction($input: ToggleSlackMessageReactionInput!) {
toggleSlackMessageReaction(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}Variables
{
"input": {
"threadId": "id",
"timelineEntryId": "id",
"reactionName": "string"
}
}Response
{
"data": {
"toggleSlackMessageReaction": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
toggleSlackMessageReaction
Adds or removes a reaction from a slack message timeline entry.
MUTATION
toggleSlackMessageReaction(input: ToggleSlackMessageReactionInput!): ToggleSlackMessageReactionOutput!Arguments
input
required
Returns
error
Mutation
mutation ToggleSlackMessageReaction($input: ToggleSlackMessageReactionInput!) {
toggleSlackMessageReaction(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}Variables
{
"input": {
"threadId": "id",
"timelineEntryId": "id",
"reactionName": "string"
}
}Response
{
"data": {
"toggleSlackMessageReaction": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

