QueryContactNotesOrderByOrderByClause
Order by clause for Query.contactNotes.orderBy.
input QueryContactNotesOrderByOrderByClause {
column: ContactNoteOrderByColumns!
order: SortOrder!
}
Fields
QueryContactNotesOrderByOrderByClause.column
● ContactNoteOrderByColumns!
non-null enum
The column that is used for ordering.
QueryContactNotesOrderByOrderByClause.order
● SortOrder!
non-null enum
The direction that is used for ordering.
Member Of
contactNotes
query