ENUM

TaskOrderKeys

Task sorting enum

link GraphQL Schema definition

  • enum TaskOrderKeys {
  • TASK_ASC
  • TASK_DESC
  • CREATOR_ASC
  • CREATOR_DESC
  • ASSIGNEE_ASC
  • ASSIGNEE_DESC
  • CREATED_ASC
  • CREATED_DESC
  • PRIORITY_ASC
  • PRIORITY_DESC
  • DUE_DATE_ASC
  • DUE_DATE_DESC
  • # Order by client first name and last name descending
  • CLIENT_NAME_DESC
  • # Order by client first name and last name ascending
  • CLIENT_NAME_ASC
  • COMPLETED_AT_ASC
  • COMPLETED_AT_DESC
  • }