OBJECT
Reaction
An emoji reaction to a particular piece of content.
link GraphQL Schema definition
- type Reaction implements Node {
- # Identifies the emoji reaction.
- : ReactionContent!
- # Identifies the date and time when the object was created.
- : DateTime!
- # Identifies the primary key from the database.
- : Int @deprecated( reason: "Exposed database IDs will eventually be removed in favor of global Relay IDs." )
- : ID!
- # Identifies the user who created this reaction.
- : User!
- }