package
0.0.0-20241221063703-a3ae2fda5b63
Repository: https://github.com/lrstanley/ent-bug-edge-schema.git
Documentation: pkg.go.dev

# Functions

Age applies equality check predicate on the "age" field.
AgeEQ applies the EQ predicate on the "age" field.
AgeGT applies the GT predicate on the "age" field.
AgeGTE applies the GTE predicate on the "age" field.
AgeIn applies the In predicate on the "age" field.
AgeLT applies the LT predicate on the "age" field.
AgeLTE applies the LTE predicate on the "age" field.
AgeNEQ applies the NEQ predicate on the "age" field.
AgeNotIn applies the NotIn predicate on the "age" field.
And groups predicates with the AND operator between them.
ByAge orders the results by the age field.
ByID orders the results by the id field.
ByLikedTweets orders the results by liked_tweets terms.
ByLikedTweetsCount orders the results by liked_tweets count.
ByName orders the results by the name field.
HasLikedTweets applies the HasEdge predicate on the "liked_tweets" edge.
HasLikedTweetsWith applies the HasEdge predicate on the "liked_tweets" 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.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeLikedTweets holds the string denoting the liked_tweets edge name in mutations.
FieldAge holds the string denoting the age 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.
LikedTweetsInverseTable is the table name for the Tweet entity.
LikedTweetsTable is the table that holds the liked_tweets relation/edge.
Table holds the table name of the user in the database.

# Variables

Columns holds all SQL columns for user fields.
Note that the variables below are initialized by the runtime package on the initialization of the application.
LikedTweetsPrimaryKey and LikedTweetsColumn2 are the table columns denoting the primary key for the liked_tweets relation (M2M).
Note that the variables below are initialized by the runtime package on the initialization of the application.

# Type aliases

OrderOption defines the ordering options for the User queries.