package
0.0.0-20250102071747-3ff0ab0fa94f
Repository: https://github.com/3xcept/contrib.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByURLPath orders the results by the url_path field.
ByUserProfilePic orders the results by user_profile_pic terms.
ByUserProfilePicCount orders the results by user_profile_pic count.
HasUserProfilePic applies the HasEdge predicate on the "user_profile_pic" edge.
HasUserProfilePicWith applies the HasEdge predicate on the "user_profile_pic" 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.
URLPath applies equality check predicate on the "url_path" field.
URLPathContains applies the Contains predicate on the "url_path" field.
URLPathContainsFold applies the ContainsFold predicate on the "url_path" field.
URLPathEQ applies the EQ predicate on the "url_path" field.
URLPathEqualFold applies the EqualFold predicate on the "url_path" field.
URLPathGT applies the GT predicate on the "url_path" field.
URLPathGTE applies the GTE predicate on the "url_path" field.
URLPathHasPrefix applies the HasPrefix predicate on the "url_path" field.
URLPathHasSuffix applies the HasSuffix predicate on the "url_path" field.
URLPathIn applies the In predicate on the "url_path" field.
URLPathLT applies the LT predicate on the "url_path" field.
URLPathLTE applies the LTE predicate on the "url_path" field.
URLPathNEQ applies the NEQ predicate on the "url_path" field.
URLPathNotIn applies the NotIn predicate on the "url_path" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeUserProfilePic holds the string denoting the user_profile_pic edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldURLPath holds the string denoting the url_path field in the database.
Label holds the string label denoting the image type in the database.
Table holds the table name of the image in the database.
UserProfilePicColumn is the table column denoting the user_profile_pic relation/edge.
UserProfilePicInverseTable is the table name for the User entity.
UserProfilePicTable is the table that holds the user_profile_pic relation/edge.

# Variables

Columns holds all SQL columns for image fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "images" table and are not defined as standalone fields in the schema.

# Type aliases

OrderOption defines the ordering options for the Image queries.