ContactPhonesOrderByOrderByClause
Order by clause for Contact.phones.orderBy.
input ContactPhonesOrderByOrderByClause {
column: PhoneOrderByColumns!
order: SortOrder!
}
Fields
ContactPhonesOrderByOrderByClause.column ● PhoneOrderByColumns! non-null enum
The column that is used for ordering.
ContactPhonesOrderByOrderByClause.order ● SortOrder! non-null enum
The direction that is used for ordering.