# Functions
Active applies equality check predicate on the "active" field.
ActiveEQ applies the EQ predicate on the "active" field.
ActiveNEQ applies the NEQ predicate on the "active" field.
And groups predicates with the AND operator between them.
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.
HasUsers applies the HasEdge predicate on the "users" edge.
HasUsersWith applies the HasEdge predicate on the "users" 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.
MetaIsNil applies the IsNil predicate on the "meta" field.
MetaNotNil applies the NotNil predicate on the "meta" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Type applies equality check predicate on the "type" field.
TypeContains applies the Contains predicate on the "type" field.
TypeContainsFold applies the ContainsFold predicate on the "type" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeEqualFold applies the EqualFold predicate on the "type" field.
TypeGT applies the GT predicate on the "type" field.
TypeGTE applies the GTE predicate on the "type" field.
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeLT applies the LT predicate on the "type" field.
TypeLTE applies the LTE predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" 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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeUsers holds the string denoting the users edge name in mutations.
FieldActive holds the string denoting the active 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.
FieldMeta holds the string denoting the meta field in the database.
FieldType holds the string denoting the type field in the database.
FieldUpdateTime holds the string denoting the update_time field in the database.
Label holds the string label denoting the badge type in the database.
Table holds the table name of the badge in the database.
UsersInverseTable is the table name for the User entity.
UsersTable is the table that holds the users relation/edge.
# Variables
Columns holds all SQL columns for badge fields.
DefaultActive holds the default value on creation for the "active" field.
DefaultCreateTime holds the default value on creation for the "create_time" field.
DefaultUpdateTime holds the default value on creation for the "update_time" field.
TypeValidator is a validator for the "type" field.
UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.
UsersPrimaryKey and UsersColumn2 are the table columns denoting the primary key for the users relation (M2M).