# Functions
And groups predicates with the AND operator between them.
BotToken applies equality check predicate on the "bot_token" field.
BotTokenContains applies the Contains predicate on the "bot_token" field.
BotTokenContainsFold applies the ContainsFold predicate on the "bot_token" field.
BotTokenEQ applies the EQ predicate on the "bot_token" field.
BotTokenEqualFold applies the EqualFold predicate on the "bot_token" field.
BotTokenGT applies the GT predicate on the "bot_token" field.
BotTokenGTE applies the GTE predicate on the "bot_token" field.
BotTokenHasPrefix applies the HasPrefix predicate on the "bot_token" field.
BotTokenHasSuffix applies the HasSuffix predicate on the "bot_token" field.
BotTokenIn applies the In predicate on the "bot_token" field.
BotTokenLT applies the LT predicate on the "bot_token" field.
BotTokenLTE applies the LTE predicate on the "bot_token" field.
BotTokenNEQ applies the NEQ predicate on the "bot_token" field.
BotTokenNotIn applies the NotIn predicate on the "bot_token" 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.
Expiry applies equality check predicate on the "expiry" field.
ExpiryEQ applies the EQ predicate on the "expiry" field.
ExpiryGT applies the GT predicate on the "expiry" field.
ExpiryGTE applies the GTE predicate on the "expiry" field.
ExpiryIn applies the In predicate on the "expiry" field.
ExpiryLT applies the LT predicate on the "expiry" field.
ExpiryLTE applies the LTE predicate on the "expiry" field.
ExpiryNEQ applies the NEQ predicate on the "expiry" field.
ExpiryNotIn applies the NotIn predicate on the "expiry" field.
HasUser applies the HasEdge predicate on the "user" edge.
HasUserWith applies the HasEdge predicate on the "user" 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.
Refresh applies equality check predicate on the "refresh" field.
RefreshContains applies the Contains predicate on the "refresh" field.
RefreshContainsFold applies the ContainsFold predicate on the "refresh" field.
RefreshEQ applies the EQ predicate on the "refresh" field.
RefreshEqualFold applies the EqualFold predicate on the "refresh" field.
RefreshGT applies the GT predicate on the "refresh" field.
RefreshGTE applies the GTE predicate on the "refresh" field.
RefreshHasPrefix applies the HasPrefix predicate on the "refresh" field.
RefreshHasSuffix applies the HasSuffix predicate on the "refresh" field.
RefreshIn applies the In predicate on the "refresh" field.
RefreshLT applies the LT predicate on the "refresh" field.
RefreshLTE applies the LTE predicate on the "refresh" field.
RefreshNEQ applies the NEQ predicate on the "refresh" field.
RefreshNotIn applies the NotIn predicate on the "refresh" field.
Token applies equality check predicate on the "token" field.
TokenContains applies the Contains predicate on the "token" field.
TokenContainsFold applies the ContainsFold predicate on the "token" field.
TokenEQ applies the EQ predicate on the "token" field.
TokenEqualFold applies the EqualFold predicate on the "token" field.
TokenGT applies the GT predicate on the "token" field.
TokenGTE applies the GTE predicate on the "token" field.
TokenHasPrefix applies the HasPrefix predicate on the "token" field.
TokenHasSuffix applies the HasSuffix predicate on the "token" field.
TokenIn applies the In predicate on the "token" field.
TokenLT applies the LT predicate on the "token" field.
TokenLTE applies the LTE predicate on the "token" field.
TokenNEQ applies the NEQ predicate on the "token" field.
TokenNotIn applies the NotIn predicate on the "token" 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.
UserID applies equality check predicate on the "user_id" field.
UserIDEQ applies the EQ predicate on the "user_id" field.
UserIDIn applies the In predicate on the "user_id" field.
UserIDNEQ applies the NEQ predicate on the "user_id" field.
UserIDNotIn applies the NotIn predicate on the "user_id" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeUser holds the string denoting the user edge name in mutations.
FieldBotToken holds the string denoting the bot_token field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldExpiry holds the string denoting the expiry field in the database.
FieldID holds the string denoting the id field in the database.
FieldRefresh holds the string denoting the refresh field in the database.
FieldToken holds the string denoting the token field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the chatuser type in the database.
Table holds the table name of the chatuser in the database.
UserColumn is the table column denoting the user relation/edge.
UserInverseTable is the table name for the User entity.
UserTable is the table that holds the user relation/edge.
# Variables
Columns holds all SQL columns for chatuser fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.