OrderByClause
Allows ordering a list of records.
type OrderByClause {
column: String!
order: SortOrder!
}
Fields
column (String!)
The column that is used for ordering.
order (SortOrder!)
The direction that is used for ordering.