addReaction
Description
No description
Response
Returns a Action
Arguments
Name | Description |
---|---|
input - AddReactionInput! | |
postId - ID! |
Mutation
mutation addReaction(
$input: AddReactionInput!,
$postId: ID!
) {
addReaction(
input: $input,
postId: $postId
) {
status
}
}
Variables
{
"input": "AddReactionInput",
"postId": 4
}
Response
{
"data": {
"addReaction": {
"status": "failed"
}
}
}