Skip to main content

StatusesWhereColumns

The valid fields by which statuses can be queried.

enum StatusesWhereColumns {
ID
MODULE
NAME
TYPE
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

StatusesWhereColumns.ID

Status's unique identifier.

StatusesWhereColumns.MODULE

The module of the status. Currently supported modules: projects. Example: projects

StatusesWhereColumns.NAME

The name of the status. Example: In Progress

StatusesWhereColumns.TYPE

The type of the status.

StatusesWhereColumns.IS_DEFAULT

Whether the given status should be handled as a default for new entries.

StatusesWhereColumns.CREATED_AT

The date and time when the status was created.

StatusesWhereColumns.UPDATED_AT

The date and time when the status was last updated.

StatusesWhereColumns.DELETED_AT

The date and time when the status was deleted.

Member Of

QueryStatusesWhereWhereConditions input