# Functions
And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByRepositoryForEnts orders the results by repository_for_ents terms.
ByRepositoryForEntsCount orders the results by repository_for_ents count.
HasRepositoryForEnts applies the HasEdge predicate on the "repository_for_ents" edge.
HasRepositoryForEntsWith applies the HasEdge predicate on the "repository_for_ents" 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
EdgeRepositoryForEnts holds the string denoting the repository_for_ents edge name in mutations.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the userforent type in the database.
RepositoryForEntsInverseTable is the table name for the RepositoryForEnt entity.
RepositoryForEntsTable is the table that holds the repository_for_ents relation/edge.
Table holds the table name of the userforent in the database.
# Variables
Columns holds all SQL columns for userforent fields.
RepositoryForEntsPrimaryKey and RepositoryForEntsColumn2 are the table columns denoting the primary key for the repository_for_ents relation (M2M).
# Type aliases
OrderOption defines the ordering options for the UserForEnt queries.