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