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