ENUM

ReactionOrderField

A list of fields that reactions can be ordered by.

link GraphQL Schema definition

  • enum ReactionOrderField {
  • # Allows ordering a list of reactions by when they were created.
  • CREATED_AT
  • }