# Functions
And groups predicates with the AND operator between them.
Comment applies equality check predicate on the "comment" field.
CommentContains applies the Contains predicate on the "comment" field.
CommentContainsFold applies the ContainsFold predicate on the "comment" field.
CommentEQ applies the EQ predicate on the "comment" field.
CommentEqualFold applies the EqualFold predicate on the "comment" field.
CommentGT applies the GT predicate on the "comment" field.
CommentGTE applies the GTE predicate on the "comment" field.
CommentHasPrefix applies the HasPrefix predicate on the "comment" field.
CommentHasSuffix applies the HasSuffix predicate on the "comment" field.
CommentIn applies the In predicate on the "comment" field.
CommentIsNil applies the IsNil predicate on the "comment" field.
CommentLT applies the LT predicate on the "comment" field.
CommentLTE applies the LTE predicate on the "comment" field.
CommentNEQ applies the NEQ predicate on the "comment" field.
CommentNotIn applies the NotIn predicate on the "comment" field.
CommentNotNil applies the NotNil predicate on the "comment" field.
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.
DeploymentID applies equality check predicate on the "deployment_id" field.
DeploymentIDEQ applies the EQ predicate on the "deployment_id" field.
DeploymentIDIn applies the In predicate on the "deployment_id" field.
DeploymentIDNEQ applies the NEQ predicate on the "deployment_id" field.
DeploymentIDNotIn applies the NotIn predicate on the "deployment_id" field.
HasDeployment applies the HasEdge predicate on the "deployment" edge.
HasDeploymentWith applies the HasEdge predicate on the "deployment" edge with a given conditions (other predicates).
HasEvent applies the HasEdge predicate on the "event" edge.
HasEventWith applies the HasEdge predicate on the "event" edge with a given conditions (other predicates).
HasUser applies the HasEdge predicate on the "user" edge.
HasUserWith applies the HasEdge predicate on the "user" 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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
StatusEQ applies the EQ predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
StatusValidator is a validator for the "status" field enum values.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
UserID applies equality check predicate on the "user_id" field.
UserIDEQ applies the EQ predicate on the "user_id" field.
UserIDIn applies the In predicate on the "user_id" field.
UserIDIsNil applies the IsNil predicate on the "user_id" field.
UserIDNEQ applies the NEQ predicate on the "user_id" field.
UserIDNotIn applies the NotIn predicate on the "user_id" field.
UserIDNotNil applies the NotNil predicate on the "user_id" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
StatusPending is the default value of the Status enum.
DeploymentColumn is the table column denoting the deployment relation/edge.
DeploymentInverseTable is the table name for the Deployment entity.
DeploymentTable is the table that holds the deployment relation/edge.
EdgeDeployment holds the string denoting the deployment edge name in mutations.
EdgeEvent holds the string denoting the event edge name in mutations.
EdgeUser holds the string denoting the user edge name in mutations.
EventColumn is the table column denoting the event relation/edge.
EventInverseTable is the table name for the Event entity.
EventTable is the table that holds the event relation/edge.
FieldComment holds the string denoting the comment field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeploymentID holds the string denoting the deployment_id field in the database.
FieldID holds the string denoting the id field in the database.
FieldStatus holds the string denoting the status field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the review type in the database.
Status values.
Status values.
Status values.
Table holds the table name of the review in the database.
UserColumn is the table column denoting the user relation/edge.
UserInverseTable is the table name for the User entity.
UserTable is the table that holds the user relation/edge.
# Variables
Columns holds all SQL columns for review fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
# Type aliases
Status defines the type for the "status" enum field.