Interface GitHub::Reactable
Represents a subject that can be reacted on.
Fields
databaseId: Int
Identifies the primary key from the database.
id: ID!
reactionGroups: [ReactionGroup!]
A list of reactions grouped by content left on the subject.
reactions(after: String, before: String, first: Int, last: Int, content: ReactionContent, orderBy: ReactionOrder): ReactionConnection!
A list of Reactions left on the Issue.
Args
content: ReactionContent
Allows filtering Reactions by emoji.
orderBy: ReactionOrder
Allows specifying the order in which reactions are returned.
viewerCanReact: Boolean!
Can user react to this subject