Skip to main content

TemplatesWhereColumns

The valid fields by which templates can be queried.

enum TemplatesWhereColumns {
ID
MODULE
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

TemplatesWhereColumns.ID

Template's unique identifier.

TemplatesWhereColumns.MODULE

The template's module.

TemplatesWhereColumns.NAME

The template's name.

TemplatesWhereColumns.CREATED_AT

The date and time when the template was created.

TemplatesWhereColumns.UPDATED_AT

The date and time when the template was last updated.

TemplatesWhereColumns.DELETED_AT

The date and time when the template was deleted.

Member Of

QueryTemplatesWhereWhereConditions input