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