# 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.
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.
Description applies equality check predicate on the "description" field.
DescriptionContains applies the Contains predicate on the "description" field.
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
DescriptionEQ applies the EQ predicate on the "description" field.
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
DescriptionGT applies the GT predicate on the "description" field.
DescriptionGTE applies the GTE predicate on the "description" field.
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
DescriptionIn applies the In predicate on the "description" field.
DescriptionIsNil applies the IsNil predicate on the "description" field.
DescriptionLT applies the LT predicate on the "description" field.
DescriptionLTE applies the LTE predicate on the "description" field.
DescriptionNEQ applies the NEQ predicate on the "description" field.
DescriptionNotIn applies the NotIn predicate on the "description" field.
DescriptionNotNil applies the NotNil predicate on the "description" 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).
HasRepo applies the HasEdge predicate on the "repo" edge.
HasRepoWith applies the HasEdge predicate on the "repo" 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.
LogURL applies equality check predicate on the "log_url" field.
LogURLContains applies the Contains predicate on the "log_url" field.
LogURLContainsFold applies the ContainsFold predicate on the "log_url" field.
LogURLEQ applies the EQ predicate on the "log_url" field.
LogURLEqualFold applies the EqualFold predicate on the "log_url" field.
LogURLGT applies the GT predicate on the "log_url" field.
LogURLGTE applies the GTE predicate on the "log_url" field.
LogURLHasPrefix applies the HasPrefix predicate on the "log_url" field.
LogURLHasSuffix applies the HasSuffix predicate on the "log_url" field.
LogURLIn applies the In predicate on the "log_url" field.
LogURLIsNil applies the IsNil predicate on the "log_url" field.
LogURLLT applies the LT predicate on the "log_url" field.
LogURLLTE applies the LTE predicate on the "log_url" field.
LogURLNEQ applies the NEQ predicate on the "log_url" field.
LogURLNotIn applies the NotIn predicate on the "log_url" field.
LogURLNotNil applies the NotNil predicate on the "log_url" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
RepoID applies equality check predicate on the "repo_id" field.
RepoIDEQ applies the EQ predicate on the "repo_id" field.
RepoIDIn applies the In predicate on the "repo_id" field.
RepoIDIsNil applies the IsNil predicate on the "repo_id" field.
RepoIDNEQ applies the NEQ predicate on the "repo_id" field.
RepoIDNotIn applies the NotIn predicate on the "repo_id" field.
RepoIDNotNil applies the NotNil predicate on the "repo_id" field.
Status applies equality check predicate on the "status" field.
StatusContains applies the Contains predicate on the "status" field.
StatusContainsFold applies the ContainsFold predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusEqualFold applies the EqualFold predicate on the "status" field.
StatusGT applies the GT predicate on the "status" field.
StatusGTE applies the GTE predicate on the "status" field.
StatusHasPrefix applies the HasPrefix predicate on the "status" field.
StatusHasSuffix applies the HasSuffix predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusLT applies the LT predicate on the "status" field.
StatusLTE applies the LTE predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
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.
EdgeRepo holds the string denoting the repo 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.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeploymentID holds the string denoting the deployment_id field in the database.
FieldDescription holds the string denoting the description field in the database.
FieldID holds the string denoting the id field in the database.
FieldLogURL holds the string denoting the log_url field in the database.
FieldRepoID holds the string denoting the repo_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.
Label holds the string label denoting the deploymentstatus type in the database.
RepoColumn is the table column denoting the repo relation/edge.
RepoInverseTable is the table name for the Repo entity.
RepoTable is the table that holds the repo relation/edge.
Table holds the table name of the deploymentstatus in the database.
# Variables
Columns holds all SQL columns for deploymentstatus 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.