# Functions
AllowlistID applies equality check predicate on the "allowlist_id" field.
AllowlistIDContains applies the Contains predicate on the "allowlist_id" field.
AllowlistIDContainsFold applies the ContainsFold predicate on the "allowlist_id" field.
AllowlistIDEQ applies the EQ predicate on the "allowlist_id" field.
AllowlistIDEqualFold applies the EqualFold predicate on the "allowlist_id" field.
AllowlistIDGT applies the GT predicate on the "allowlist_id" field.
AllowlistIDGTE applies the GTE predicate on the "allowlist_id" field.
AllowlistIDHasPrefix applies the HasPrefix predicate on the "allowlist_id" field.
AllowlistIDHasSuffix applies the HasSuffix predicate on the "allowlist_id" field.
AllowlistIDIn applies the In predicate on the "allowlist_id" field.
AllowlistIDIsNil applies the IsNil predicate on the "allowlist_id" field.
AllowlistIDLT applies the LT predicate on the "allowlist_id" field.
AllowlistIDLTE applies the LTE predicate on the "allowlist_id" field.
AllowlistIDNEQ applies the NEQ predicate on the "allowlist_id" field.
AllowlistIDNotIn applies the NotIn predicate on the "allowlist_id" field.
AllowlistIDNotNil applies the NotNil predicate on the "allowlist_id" field.
And groups predicates with the AND operator between them.
ByAllowlistID orders the results by the allowlist_id field.
ByAllowlistItems orders the results by allowlist_items terms.
ByAllowlistItemsCount orders the results by allowlist_items count.
ByCreatedAt orders the results by the created_at field.
ByDescription orders the results by the description field.
ByFromConsole orders the results by the from_console field.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByUpdatedAt orders the results by the updated_at 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.
Description applies equality check predicate on the "description" field.
DescriptionContains applies the Contains predicate on the "description" field.
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
DescriptionEQ applies the EQ predicate on the "description" field.
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
DescriptionGT applies the GT predicate on the "description" field.
DescriptionGTE applies the GTE predicate on the "description" field.
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
DescriptionIn applies the In predicate on the "description" field.
DescriptionIsNil applies the IsNil predicate on the "description" field.
DescriptionLT applies the LT predicate on the "description" field.
DescriptionLTE applies the LTE predicate on the "description" field.
DescriptionNEQ applies the NEQ predicate on the "description" field.
DescriptionNotIn applies the NotIn predicate on the "description" field.
DescriptionNotNil applies the NotNil predicate on the "description" field.
FromConsole applies equality check predicate on the "from_console" field.
FromConsoleEQ applies the EQ predicate on the "from_console" field.
FromConsoleNEQ applies the NEQ predicate on the "from_console" field.
HasAllowlistItems applies the HasEdge predicate on the "allowlist_items" edge.
HasAllowlistItemsWith applies the HasEdge predicate on the "allowlist_items" 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.
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.
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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
AllowlistItemsInverseTable is the table name for the AllowListItem entity.
AllowlistItemsTable is the table that holds the allowlist_items relation/edge.
EdgeAllowlistItems holds the string denoting the allowlist_items edge name in mutations.
FieldAllowlistID holds the string denoting the allowlist_id field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDescription holds the string denoting the description field in the database.
FieldFromConsole holds the string denoting the from_console 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.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
Label holds the string label denoting the allowlist type in the database.
Table holds the table name of the allowlist in the database.
# Variables
AllowlistItemsPrimaryKey and AllowlistItemsColumn2 are the table columns denoting the primary key for the allowlist_items relation (M2M).
Columns holds all SQL columns for allowlist 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.
# Type aliases
OrderOption defines the ordering options for the AllowList queries.