Skip to main content

DashboardsWhereColumns

The valid fields by which dashboards can be queried.

enum DashboardsWhereColumns {
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

DashboardsWhereColumns.NAME

The dashboard's name.

DashboardsWhereColumns.CREATED_AT

The date and time when the dashboard was created.

DashboardsWhereColumns.UPDATED_AT

The date and time when the dashboard was last updated.

DashboardsWhereColumns.DELETED_AT

The date and time when the dashboard was deleted.

Member Of

QueryDashboardsWhereWhereConditions input