# Functions

And groups predicates with the AND operator between them.
AttributesIsNil applies the IsNil predicate on the "attributes" field.
AttributesNotNil applies the NotNil predicate on the "attributes" field.
ByCredential orders the results by the credential field.
ByEmail orders the results by the email field.
ByEvents orders the results by events terms.
ByEventsCount orders the results by events count.
ByID orders the results by the id field.
ByName orders the results by the name field.
Credential applies equality check predicate on the "credential" field.
CredentialContains applies the Contains predicate on the "credential" field.
CredentialContainsFold applies the ContainsFold predicate on the "credential" field.
CredentialEQ applies the EQ predicate on the "credential" field.
CredentialEqualFold applies the EqualFold predicate on the "credential" field.
CredentialGT applies the GT predicate on the "credential" field.
CredentialGTE applies the GTE predicate on the "credential" field.
CredentialHasPrefix applies the HasPrefix predicate on the "credential" field.
CredentialHasSuffix applies the HasSuffix predicate on the "credential" field.
CredentialIn applies the In predicate on the "credential" field.
CredentialLT applies the LT predicate on the "credential" field.
CredentialLTE applies the LTE predicate on the "credential" field.
CredentialNEQ applies the NEQ predicate on the "credential" field.
CredentialNotIn applies the NotIn predicate on the "credential" 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.
HasEvents applies the HasEdge predicate on the "events" edge.
HasEventsWith applies the HasEdge predicate on the "events" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
IDContainsFold applies the ContainsFold predicate on the ID field.
IDEQ applies the EQ predicate on the ID field.
IDEqualFold applies the EqualFold 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.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" 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

EdgeEvents holds the string denoting the events edge name in mutations.
EventFieldID holds the string denoting the ID field of the Event.
EventsColumn is the table column denoting the events relation/edge.
EventsInverseTable is the table name for the Event entity.
EventsTable is the table that holds the events relation/edge.
FieldAttributes holds the string denoting the attributes field in the database.
FieldCredential holds the string denoting the credential field in the database.
FieldEmail holds the string denoting the email field in the database.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
Label holds the string label denoting the user type in the database.
Table holds the table name of the user in the database.

# Variables

Columns holds all SQL columns for user fields.
CredentialValidator is a validator for the "credential" field.
DefaultID holds the default value on creation for the "id" field.
NameValidator is a validator for the "name" field.

# Type aliases

OrderOption defines the ordering options for the User queries.