# Functions
AccessToken applies equality check predicate on the "access_token" field.
AccessTokenEQ applies the EQ predicate on the "access_token" field.
AccessTokenGT applies the GT predicate on the "access_token" field.
AccessTokenGTE applies the GTE predicate on the "access_token" field.
AccessTokenIn applies the In predicate on the "access_token" field.
AccessTokenLT applies the LT predicate on the "access_token" field.
AccessTokenLTE applies the LTE predicate on the "access_token" field.
AccessTokenNEQ applies the NEQ predicate on the "access_token" field.
AccessTokenNotIn applies the NotIn predicate on the "access_token" field.
And groups predicates with the AND operator between them.
ByCreateTime orders the results by the create_time field.
ByID orders the results by the id field.
ByNodes orders the results by nodes terms.
ByNodesCount orders the results by nodes count.
ByRegistrationTokenField orders the results by registration_token field.
ByRegistrationTokenID orders the results by the registration_token_id field.
ByServers orders the results by servers terms.
ByServersCount orders the results by servers count.
ByUpdateTime orders the results by the update_time field.
ByUsername orders the results by the username field.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
HasNodes applies the HasEdge predicate on the "nodes" edge.
HasNodesWith applies the HasEdge predicate on the "nodes" edge with a given conditions (other predicates).
HasRegistrationToken applies the HasEdge predicate on the "registration_token" edge.
HasRegistrationTokenWith applies the HasEdge predicate on the "registration_token" edge with a given conditions (other predicates).
HasServers applies the HasEdge predicate on the "servers" edge.
HasServersWith applies the HasEdge predicate on the "servers" 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.
RefreshToken applies equality check predicate on the "refresh_token" field.
RefreshTokenEQ applies the EQ predicate on the "refresh_token" field.
RefreshTokenGT applies the GT predicate on the "refresh_token" field.
RefreshTokenGTE applies the GTE predicate on the "refresh_token" field.
RefreshTokenIn applies the In predicate on the "refresh_token" field.
RefreshTokenLT applies the LT predicate on the "refresh_token" field.
RefreshTokenLTE applies the LTE predicate on the "refresh_token" field.
RefreshTokenNEQ applies the NEQ predicate on the "refresh_token" field.
RefreshTokenNotIn applies the NotIn predicate on the "refresh_token" field.
RegistrationTokenID applies equality check predicate on the "registration_token_id" field.
RegistrationTokenIDEQ applies the EQ predicate on the "registration_token_id" field.
RegistrationTokenIDIn applies the In predicate on the "registration_token_id" field.
RegistrationTokenIDIsNil applies the IsNil predicate on the "registration_token_id" field.
RegistrationTokenIDNEQ applies the NEQ predicate on the "registration_token_id" field.
RegistrationTokenIDNotIn applies the NotIn predicate on the "registration_token_id" field.
RegistrationTokenIDNotNil applies the NotNil predicate on the "registration_token_id" field.
UpdateTime applies equality check predicate on the "update_time" field.
UpdateTimeEQ applies the EQ predicate on the "update_time" field.
UpdateTimeGT applies the GT predicate on the "update_time" field.
UpdateTimeGTE applies the GTE predicate on the "update_time" field.
UpdateTimeIn applies the In predicate on the "update_time" field.
UpdateTimeLT applies the LT predicate on the "update_time" field.
UpdateTimeLTE applies the LTE predicate on the "update_time" field.
UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.
UpdateTimeNotIn applies the NotIn predicate on the "update_time" 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
EdgeNodes holds the string denoting the nodes edge name in mutations.
EdgeRegistrationToken holds the string denoting the registration_token edge name in mutations.
EdgeServers holds the string denoting the servers edge name in mutations.
FieldAccessToken holds the string denoting the access_token field in the database.
FieldCreateTime holds the string denoting the create_time field in the database.
FieldID holds the string denoting the id field in the database.
FieldRefreshToken holds the string denoting the refresh_token field in the database.
FieldRegistrationTokenID holds the string denoting the registration_token_id field in the database.
FieldUpdateTime holds the string denoting the update_time field in the database.
FieldUsername holds the string denoting the username field in the database.
Label holds the string label denoting the account type in the database.
NodesColumn is the table column denoting the nodes relation/edge.
NodesInverseTable is the table name for the Node entity.
NodesTable is the table that holds the nodes relation/edge.
RegistrationTokenColumn is the table column denoting the registration_token relation/edge.
RegistrationTokenInverseTable is the table name for the RegistrationToken entity.
RegistrationTokenTable is the table that holds the registration_token relation/edge.
ServersColumn is the table column denoting the servers relation/edge.
ServersInverseTable is the table name for the Server entity.
ServersTable is the table that holds the servers relation/edge.
Table holds the table name of the account in the database.
# Variables
AccessTokenValidator is a validator for the "access_token" field.
Columns holds all SQL columns for account fields.
DefaultCreateTime holds the default value on creation for the "create_time" field.
DefaultUpdateTime holds the default value on creation for the "update_time" field.
RefreshTokenValidator is a validator for the "refresh_token" field.
UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.
UsernameValidator is a validator for the "username" field.
# Type aliases
OrderOption defines the ordering options for the Account queries.