# Functions
And groups predicates with the AND operator between them.
ByCasBackendField orders the results by cas_backend field.
ByCreatedAt orders the results by the created_at field.
ByDigest orders the results by the digest field.
ByID orders the results by the id field.
ByOrganizationField orders the results by organization field.
ByWorkflowRunField orders the results by workflow_run 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.
Digest applies equality check predicate on the "digest" field.
DigestContains applies the Contains predicate on the "digest" field.
DigestContainsFold applies the ContainsFold predicate on the "digest" field.
DigestEQ applies the EQ predicate on the "digest" field.
DigestEqualFold applies the EqualFold predicate on the "digest" field.
DigestGT applies the GT predicate on the "digest" field.
DigestGTE applies the GTE predicate on the "digest" field.
DigestHasPrefix applies the HasPrefix predicate on the "digest" field.
DigestHasSuffix applies the HasSuffix predicate on the "digest" field.
DigestIn applies the In predicate on the "digest" field.
DigestLT applies the LT predicate on the "digest" field.
DigestLTE applies the LTE predicate on the "digest" field.
DigestNEQ applies the NEQ predicate on the "digest" field.
DigestNotIn applies the NotIn predicate on the "digest" field.
HasCasBackend applies the HasEdge predicate on the "cas_backend" edge.
HasCasBackendWith applies the HasEdge predicate on the "cas_backend" edge with a given conditions (other predicates).
HasOrganization applies the HasEdge predicate on the "organization" edge.
HasOrganizationWith applies the HasEdge predicate on the "organization" edge with a given conditions (other predicates).
HasWorkflowRun applies the HasEdge predicate on the "workflow_run" edge.
HasWorkflowRunWith applies the HasEdge predicate on the "workflow_run" 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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
CasBackendColumn is the table column denoting the cas_backend relation/edge.
CasBackendInverseTable is the table name for the CASBackend entity.
CasBackendTable is the table that holds the cas_backend relation/edge.
EdgeCasBackend holds the string denoting the cas_backend edge name in mutations.
EdgeOrganization holds the string denoting the organization edge name in mutations.
EdgeWorkflowRun holds the string denoting the workflow_run edge name in mutations.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDigest holds the string denoting the digest field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the casmapping type in the database.
OrganizationColumn is the table column denoting the organization relation/edge.
OrganizationInverseTable is the table name for the Organization entity.
OrganizationTable is the table that holds the organization relation/edge.
Table holds the table name of the casmapping in the database.
WorkflowRunColumn is the table column denoting the workflow_run relation/edge.
WorkflowRunInverseTable is the table name for the WorkflowRun entity.
WorkflowRunTable is the table that holds the workflow_run relation/edge.
# Variables
Columns holds all SQL columns for casmapping fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "cas_mappings" table and are not defined as standalone fields in the schema.
# Type aliases
OrderOption defines the ordering options for the CASMapping queries.