INPUT_OBJECT
ReactionOrder
Ways in which lists of reactions can be ordered upon return.
link GraphQL Schema definition
- input ReactionOrder {
- # The field in which to order reactions by.
- ReactionOrderField! :
- # The direction in which to order reactions by the specified field.
- OrderDirection! :
- }
link Require by
- CommitCommentRepresents a comment on a given Commit.
- IssueAn Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
- IssueCommentRepresents a comment on an Issue.
- PullRequestA repository pull request.
- PullRequestReviewCommentA review comment associated with a given repository pull request.
- ReactableRepresents a subject that can be reacted on.