JobQuerySortFieldEnum Enum
An enum to specify the field to sort jobs by.
Possible Values
#
CREATED_AT
Sort by the createdAt field.
DUE_AT
Sort by the dueAt field.
STATE
Sort by the state field.
NAME
Sort by the name field
JOB_NUMBER
Sort by the jobNumber field
Previous
JobQueryOrderInput
Next
JobStateEnum