Skip to main content

SpecificationTypesWhereColumns

The valid fields by which specification types can be queried.

enum SpecificationTypesWhereColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

SpecificationTypesWhereColumns.ID

Specification type's unique identifier.

SpecificationTypesWhereColumns.NAME

The specification type's name.

SpecificationTypesWhereColumns.CREATED_AT

The date and time when the specification type was created.

SpecificationTypesWhereColumns.UPDATED_AT

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

SpecificationTypesWhereColumns.DELETED_AT

The date and time when the specification type was deleted.

Member Of

QuerySpecificationTypesWhereWhereConditions input