Skip to main content

OrdinanceTypesWhereColumns

The valid fields by which ordinance types can be queried.

enum OrdinanceTypesWhereColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
GROUP
}

Values

OrdinanceTypesWhereColumns.ID

Ordinance type's unique identifier.

OrdinanceTypesWhereColumns.NAME

The ordinance type's name.

OrdinanceTypesWhereColumns.CREATED_AT

The date and time when the ordinance type was created.

OrdinanceTypesWhereColumns.UPDATED_AT

The date and time when the ordinance type was last updated.

OrdinanceTypesWhereColumns.DELETED_AT

The date and time when the ordinance type was deleted.

OrdinanceTypesWhereColumns.GROUP

The identifier of the group this type belongs to.

Member Of

QueryOrdinanceTypesWhereWhereConditions input