DocumentSortAfter
No description
enum DocumentSortAfter {
UPLOADED_AT
CREATED_AT
LAST_MODIFIED
DESCRIPTION
REMOVED_AT
DUE_DATE
RELEVANCE
}
Values
DocumentSortAfter.UPLOADED_AT
DocumentSortAfter.CREATED_AT
DocumentSortAfter.LAST_MODIFIED
DocumentSortAfter.DESCRIPTION
DocumentSortAfter.REMOVED_AT
DocumentSortAfter.DUE_DATE
only works when you filter by duedate as well. if not set it will sort by CREATED_AT
DocumentSortAfter.RELEVANCE
this only works when combined with a text search
Member of
createDashboardWidget mutation ● createFolderDocxExport mutation ● documentListPosition query ● documents query ● editDashboardWidget mutation