# Functions
And groups predicates with the AND operator between them.
CreatedAt applies equality check predicate on the "created_at" field.
CreatedAtEQ applies the EQ predicate on the "created_at" field.
CreatedAtGT applies the GT predicate on the "created_at" field.
CreatedAtGTE applies the GTE predicate on the "created_at" field.
CreatedAtIn applies the In predicate on the "created_at" field.
CreatedAtLT applies the LT predicate on the "created_at" field.
CreatedAtLTE applies the LTE predicate on the "created_at" field.
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
DeletedID applies equality check predicate on the "deleted_id" field.
DeletedIDEQ applies the EQ predicate on the "deleted_id" field.
DeletedIDGT applies the GT predicate on the "deleted_id" field.
DeletedIDGTE applies the GTE predicate on the "deleted_id" field.
DeletedIDIn applies the In predicate on the "deleted_id" field.
DeletedIDIsNil applies the IsNil predicate on the "deleted_id" field.
DeletedIDLT applies the LT predicate on the "deleted_id" field.
DeletedIDLTE applies the LTE predicate on the "deleted_id" field.
DeletedIDNEQ applies the NEQ predicate on the "deleted_id" field.
DeletedIDNotIn applies the NotIn predicate on the "deleted_id" field.
DeletedIDNotNil applies the NotNil predicate on the "deleted_id" field.
DeploymentStatusID applies equality check predicate on the "deployment_status_id" field.
DeploymentStatusIDEQ applies the EQ predicate on the "deployment_status_id" field.
DeploymentStatusIDIn applies the In predicate on the "deployment_status_id" field.
DeploymentStatusIDIsNil applies the IsNil predicate on the "deployment_status_id" field.
DeploymentStatusIDNEQ applies the NEQ predicate on the "deployment_status_id" field.
DeploymentStatusIDNotIn applies the NotIn predicate on the "deployment_status_id" field.
DeploymentStatusIDNotNil applies the NotNil predicate on the "deployment_status_id" field.
HasDeploymentStatus applies the HasEdge predicate on the "deployment_status" edge.
HasDeploymentStatusWith applies the HasEdge predicate on the "deployment_status" edge with a given conditions (other predicates).
HasNotificationRecord applies the HasEdge predicate on the "notification_record" edge.
HasNotificationRecordWith applies the HasEdge predicate on the "notification_record" edge with a given conditions (other predicates).
HasReview applies the HasEdge predicate on the "review" edge.
HasReviewWith applies the HasEdge predicate on the "review" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
KindEQ applies the EQ predicate on the "kind" field.
KindIn applies the In predicate on the "kind" field.
KindNEQ applies the NEQ predicate on the "kind" field.
KindNotIn applies the NotIn predicate on the "kind" field.
KindValidator is a validator for the "kind" field enum values.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ReviewID applies equality check predicate on the "review_id" field.
ReviewIDEQ applies the EQ predicate on the "review_id" field.
ReviewIDIn applies the In predicate on the "review_id" field.
ReviewIDIsNil applies the IsNil predicate on the "review_id" field.
ReviewIDNEQ applies the NEQ predicate on the "review_id" field.
ReviewIDNotIn applies the NotIn predicate on the "review_id" field.
ReviewIDNotNil applies the NotNil predicate on the "review_id" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
TypeValidator is a validator for the "type" field enum values.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
DeploymentStatusColumn is the table column denoting the deployment_status relation/edge.
DeploymentStatusInverseTable is the table name for the DeploymentStatus entity.
DeploymentStatusTable is the table that holds the deployment_status relation/edge.
EdgeDeploymentStatus holds the string denoting the deployment_status edge name in mutations.
EdgeNotificationRecord holds the string denoting the notification_record edge name in mutations.
EdgeReview holds the string denoting the review edge name in mutations.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeletedID holds the string denoting the deleted_id field in the database.
FieldDeploymentStatusID holds the string denoting the deployment_status_id field in the database.
FieldID holds the string denoting the id field in the database.
FieldKind holds the string denoting the kind field in the database.
FieldReviewID holds the string denoting the review_id field in the database.
FieldType holds the string denoting the type field in the database.
Kind values.
Kind values.
Label holds the string label denoting the event type in the database.
NotificationRecordColumn is the table column denoting the notification_record relation/edge.
NotificationRecordInverseTable is the table name for the NotificationRecord entity.
NotificationRecordTable is the table that holds the notification_record relation/edge.
ReviewColumn is the table column denoting the review relation/edge.
ReviewInverseTable is the table name for the Review entity.
ReviewTable is the table that holds the review relation/edge.
Table holds the table name of the event in the database.
Type values.
Type values.
Type values.
# Variables
Columns holds all SQL columns for event fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.