CompanySortableField
Available fields for sorting company search results in queries and listings
enum CompanySortableField {
NAME
LAST_MODIFIED_AT
CREATED_AT
}
Values
CompanySortableField.NAME
Sort companies alphabetically by their official business name
CompanySortableField.LAST_MODIFIED_AT
Sort companies by the timestamp when they were last updated, most recent first
CompanySortableField.CREATED_AT
Sort companies by the timestamp when they were created, newest first
Member Of
CompanySortInput
input