# Functions
And groups predicates with the AND operator between them.
AnnotationsIsNil applies the IsNil predicate on the "annotations" field.
AnnotationsNotNil applies the NotNil predicate on the "annotations" field.
ByCreatedAt orders the results by the created_at field.
ByDigest orders the results by the digest field.
ByDownloadable orders the results by the downloadable field.
ByID orders the results by the id field.
ByKind orders the results by the kind field.
ByReferences orders the results by references terms.
ByReferencesCount orders the results by references count.
ByReferredBy orders the results by referred_by terms.
ByReferredByCount orders the results by referred_by count.
ByWorkflows orders the results by workflows terms.
ByWorkflowsCount orders the results by workflows count.
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.
Downloadable applies equality check predicate on the "downloadable" field.
DownloadableEQ applies the EQ predicate on the "downloadable" field.
DownloadableNEQ applies the NEQ predicate on the "downloadable" field.
HasReferences applies the HasEdge predicate on the "references" edge.
HasReferencesWith applies the HasEdge predicate on the "references" edge with a given conditions (other predicates).
HasReferredBy applies the HasEdge predicate on the "referred_by" edge.
HasReferredByWith applies the HasEdge predicate on the "referred_by" edge with a given conditions (other predicates).
HasWorkflows applies the HasEdge predicate on the "workflows" edge.
HasWorkflowsWith applies the HasEdge predicate on the "workflows" 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.
Kind applies equality check predicate on the "kind" field.
KindContains applies the Contains predicate on the "kind" field.
KindContainsFold applies the ContainsFold predicate on the "kind" field.
KindEQ applies the EQ predicate on the "kind" field.
KindEqualFold applies the EqualFold predicate on the "kind" field.
KindGT applies the GT predicate on the "kind" field.
KindGTE applies the GTE predicate on the "kind" field.
KindHasPrefix applies the HasPrefix predicate on the "kind" field.
KindHasSuffix applies the HasSuffix predicate on the "kind" field.
KindIn applies the In predicate on the "kind" field.
KindLT applies the LT predicate on the "kind" field.
KindLTE applies the LTE predicate on the "kind" field.
KindNEQ applies the NEQ predicate on the "kind" field.
KindNotIn applies the NotIn predicate on the "kind" field.
MetadataIsNil applies the IsNil predicate on the "metadata" field.
MetadataNotNil applies the NotNil predicate on the "metadata" 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
EdgeReferences holds the string denoting the references edge name in mutations.
EdgeReferredBy holds the string denoting the referred_by edge name in mutations.
EdgeWorkflows holds the string denoting the workflows edge name in mutations.
FieldAnnotations holds the string denoting the annotations field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDigest holds the string denoting the digest field in the database.
FieldDownloadable holds the string denoting the downloadable 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.
FieldMetadata holds the string denoting the metadata field in the database.
Label holds the string label denoting the referrer type in the database.
ReferencesTable is the table that holds the references relation/edge.
ReferredByTable is the table that holds the referred_by relation/edge.
Table holds the table name of the referrer in the database.
WorkflowsInverseTable is the table name for the Workflow entity.
WorkflowsTable is the table that holds the workflows relation/edge.
# Variables
Columns holds all SQL columns for referrer fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
ReferencesPrimaryKey and ReferencesColumn2 are the table columns denoting the primary key for the references relation (M2M).
ReferredByPrimaryKey and ReferredByColumn2 are the table columns denoting the primary key for the referred_by relation (M2M).
WorkflowsPrimaryKey and WorkflowsColumn2 are the table columns denoting the primary key for the workflows relation (M2M).
# Type aliases
OrderOption defines the ordering options for the Referrer queries.