Mutations
addReaction
Adds a reaction to a subject.
Input fields for addReaction
input(AddReactionInput!)
Return fields for addReaction
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The reaction object. |
| The reaction groups for the subject. |
| The reactable subject. |
removeReaction
Removes a reaction from a subject.
Input fields for removeReaction
input(RemoveReactionInput!)
Return fields for removeReaction
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The reaction object. |
| The reaction groups for the subject. |
| The reactable subject. |
Objects
Reaction
An emoji reaction to a particular piece of content.
Reaction Implements
Fields for Reaction
| Name | Description |
|---|---|
| Identifies the emoji reaction. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Reaction object. |
| The reactable piece of content. |
| Identifies the user who created this reaction. |
ReactionConnection
A list of reactions that have been left on the subject.
Fields for ReactionConnection
| Name | Description |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Whether or not the authenticated user has left a reaction on the subject. |
ReactionEdge
An edge in a connection.
Fields for ReactionEdge
| Name | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |