Skip to main content

OrderByClause

Allows ordering a list of records.

input OrderByClause {
column: String!
order: SortOrder!
}

Fields

OrderByClause.column ● String! non-null scalar

The column that is used for ordering.

OrderByClause.order ● SortOrder! non-null enum

The direction that is used for ordering.