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.
  • field: ReactionOrderField!
  • # The direction in which to order reactions by the specified field.
  • direction: OrderDirection!
  • }