PropertyReadingsOrderByOrderByClause
Order by clause for Property.readings.orderBy.
input PropertyReadingsOrderByOrderByClause {
column: ReadingsOrderByColumns!
order: SortOrder!
}
Fields
PropertyReadingsOrderByOrderByClause.column
● ReadingsOrderByColumns!
non-null enum
The column that is used for ordering.
PropertyReadingsOrderByOrderByClause.order
● SortOrder!
non-null enum
The direction that is used for ordering.