Mutations
addReaction
Adds a reaction to a subject.
Eingabefelder für addReaction
input(AddReactionInput!)
Rückgabefelder für addReaction
| Name | BESCHREIBUNG |
|---|---|
| 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.
Eingabefelder für removeReaction
input(RemoveReactionInput!)
Rückgabefelder für removeReaction
| Name | BESCHREIBUNG |
|---|---|
| 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 Wird implementiert
Felder für Reaction
| Name | BESCHREIBUNG |
|---|---|
| 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.
Felder für ReactionConnection
| Name | BESCHREIBUNG |
|---|---|
| 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.
Felder für ReactionEdge
| Name | BESCHREIBUNG |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReactionGroup
A group of emoji reactions to a particular piece of content.
Felder für ReactionGroup
| Name | BESCHREIBUNG |
|---|---|
| Identifies the emoji reaction. |
| Identifies when the reaction was created. |
| Reactors to the reaction subject with the emotion represented by this reaction group. |
| The subject that was reacted to. |
| Users who have reacted to the reaction subject with the emotion represented by this reaction group. Warnung
Reactors can now be mannequins, bots, and organizations. Use the |
| Whether or not the authenticated user has left a reaction on the subject. |
ReactorConnection
The connection type for Reactor.
Felder für ReactorConnection
| Name | BESCHREIBUNG |
|---|