# 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 list of predicates with the AND operator between them.
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.
FullName applies equality check predicate on the "fullName" field.
FullNameContains applies the Contains predicate on the "fullName" field.
FullNameContainsFold applies the ContainsFold predicate on the "fullName" field.
FullNameEQ applies the EQ predicate on the "fullName" field.
FullNameEqualFold applies the EqualFold predicate on the "fullName" field.
FullNameGT applies the GT predicate on the "fullName" field.
FullNameGTE applies the GTE predicate on the "fullName" field.
FullNameHasPrefix applies the HasPrefix predicate on the "fullName" field.
FullNameHasSuffix applies the HasSuffix predicate on the "fullName" field.
FullNameIn applies the In predicate on the "fullName" field.
FullNameLT applies the LT predicate on the "fullName" field.
FullNameLTE applies the LTE predicate on the "fullName" field.
FullNameNEQ applies the NEQ predicate on the "fullName" field.
FullNameNotIn applies the NotIn predicate on the "fullName" field.
HasFilms applies the HasEdge predicate on the "films" edge.
HasFilmsWith applies the HasEdge predicate on the "films" edge with a given conditions (other predicates).
ID filters vertices based on their identifier.
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 list of predicates with the OR operator between them.
Status applies equality check predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusGT applies the GT predicate on the "status" field.
StatusGTE applies the GTE predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusLT applies the LT predicate on the "status" field.
StatusLTE applies the LTE predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" 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.
# Constants
EdgeFilms holds the string denoting the films edge name in mutations.
FieldAge holds the string denoting the age field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldFullName holds the string denoting the fullname field in the database.
FieldID holds the string denoting the id field in the database.
FieldStatus holds the string denoting the status field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
FilmsInverseTable is the table name for the Film entity.
FilmsTable is the table the holds the films relation/edge.
Label holds the string label denoting the author type in the database.
Table holds the table name of the author in the database.
# Variables
Columns holds all SQL columns for author fields.
DefaultCreatedAt holds the default value on creation for the created_at field.
DefaultStatus holds the default value on creation for the status field.
DefaultUpdatedAt holds the default value on creation for the updated_at field.
FilmsPrimaryKey and FilmsColumn2 are the table columns denoting the primary key for the films relation (M2M).
UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.