# Functions
And groups predicates with the AND operator between them.
ByCreatedAt orders the results by the created_at field.
ByEmail orders the results by the email field.
ByHashedPassword orders the results by the hashed_password field.
ByID orders the results by the id field.
ByRoles orders the results by roles terms.
ByRolesCount orders the results by roles count.
ByStatus orders the results by the status field.
ByUpdatedAt orders the results by the updated_at field.
ByUsername orders the results by the username 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.
Email applies equality check predicate on the "email" field.
EmailContains applies the Contains predicate on the "email" field.
EmailContainsFold applies the ContainsFold predicate on the "email" field.
EmailEQ applies the EQ predicate on the "email" field.
EmailEqualFold applies the EqualFold predicate on the "email" field.
EmailGT applies the GT predicate on the "email" field.
EmailGTE applies the GTE predicate on the "email" field.
EmailHasPrefix applies the HasPrefix predicate on the "email" field.
EmailHasSuffix applies the HasSuffix predicate on the "email" field.
EmailIn applies the In predicate on the "email" field.
EmailLT applies the LT predicate on the "email" field.
EmailLTE applies the LTE predicate on the "email" field.
EmailNEQ applies the NEQ predicate on the "email" field.
EmailNotIn applies the NotIn predicate on the "email" field.
HashedPassword applies equality check predicate on the "hashed_password" field.
HashedPasswordContains applies the Contains predicate on the "hashed_password" field.
HashedPasswordContainsFold applies the ContainsFold predicate on the "hashed_password" field.
HashedPasswordEQ applies the EQ predicate on the "hashed_password" field.
HashedPasswordEqualFold applies the EqualFold predicate on the "hashed_password" field.
HashedPasswordGT applies the GT predicate on the "hashed_password" field.
HashedPasswordGTE applies the GTE predicate on the "hashed_password" field.
HashedPasswordHasPrefix applies the HasPrefix predicate on the "hashed_password" field.
HashedPasswordHasSuffix applies the HasSuffix predicate on the "hashed_password" field.
HashedPasswordIn applies the In predicate on the "hashed_password" field.
HashedPasswordLT applies the LT predicate on the "hashed_password" field.
HashedPasswordLTE applies the LTE predicate on the "hashed_password" field.
HashedPasswordNEQ applies the NEQ predicate on the "hashed_password" field.
HashedPasswordNotIn applies the NotIn predicate on the "hashed_password" field.
HasRoles applies the HasEdge predicate on the "roles" edge.
HasRolesWith applies the HasEdge predicate on the "roles" 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.
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.
Username applies equality check predicate on the "username" field.
UsernameContains applies the Contains predicate on the "username" field.
UsernameContainsFold applies the ContainsFold predicate on the "username" field.
UsernameEQ applies the EQ predicate on the "username" field.
UsernameEqualFold applies the EqualFold predicate on the "username" field.
UsernameGT applies the GT predicate on the "username" field.
UsernameGTE applies the GTE predicate on the "username" field.
UsernameHasPrefix applies the HasPrefix predicate on the "username" field.
UsernameHasSuffix applies the HasSuffix predicate on the "username" field.
UsernameIn applies the In predicate on the "username" field.
UsernameLT applies the LT predicate on the "username" field.
UsernameLTE applies the LTE predicate on the "username" field.
UsernameNEQ applies the NEQ predicate on the "username" field.
UsernameNotIn applies the NotIn predicate on the "username" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeRoles holds the string denoting the roles edge name in mutations.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldEmail holds the string denoting the email field in the database.
FieldHashedPassword holds the string denoting the hashed_password 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.
FieldUsername holds the string denoting the username field in the database.
Label holds the string label denoting the user type in the database.
RolesInverseTable is the table name for the Role entity.
RolesTable is the table that holds the roles relation/edge.
Table holds the table name of the user in the database.
# Variables
Columns holds all SQL columns for user fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultStatus holds the default value on creation for the "status" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "users" table and are not defined as standalone fields in the schema.
RolesPrimaryKey and RolesColumn2 are the table columns denoting the primary key for the roles relation (M2M).
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
# Type aliases
OrderOption defines the ordering options for the User queries.