INPUT_OBJECT

OrderByClause

Allows ordering a list of records.

link GraphQL Schema definition

  • input OrderByClause {
  • # The column that is used for ordering.
  • field: String!
  • # The direction that is used for ordering.
  • order: SortOrder!
  • }

link Require by

This element is not required by anyone