# Functions
And groups predicates with the AND operator between them.
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.
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.
HasLanguages applies the HasEdge predicate on the "languages" edge.
HasLanguagesWith applies the HasEdge predicate on the "languages" edge with a given conditions (other predicates).
HasOwner applies the HasEdge predicate on the "owner" edge.
HasOwnerWith applies the HasEdge predicate on the "owner" edge with a given conditions (other predicates).
HasTags applies the HasEdge predicate on the "tags" edge.
HasTagsWith applies the HasEdge predicate on the "tags" edge with a given conditions (other predicates).
HasTickets applies the HasEdge predicate on the "tickets" edge.
HasTicketsWith applies the HasEdge predicate on the "tickets" edge with a given conditions (other predicates).
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.
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.
Repository applies equality check predicate on the "repository" field.
RepositoryContains applies the Contains predicate on the "repository" field.
RepositoryContainsFold applies the ContainsFold predicate on the "repository" field.
RepositoryEQ applies the EQ predicate on the "repository" field.
RepositoryEqualFold applies the EqualFold predicate on the "repository" field.
RepositoryGT applies the GT predicate on the "repository" field.
RepositoryGTE applies the GTE predicate on the "repository" field.
RepositoryHasPrefix applies the HasPrefix predicate on the "repository" field.
RepositoryHasSuffix applies the HasSuffix predicate on the "repository" field.
RepositoryIn applies the In predicate on the "repository" field.
RepositoryLT applies the LT predicate on the "repository" field.
RepositoryLTE applies the LTE predicate on the "repository" field.
RepositoryNEQ applies the NEQ predicate on the "repository" field.
RepositoryNotIn applies the NotIn predicate on the "repository" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeLanguages holds the string denoting the languages edge name in mutations.
EdgeOwner holds the string denoting the owner edge name in mutations.
EdgeTags holds the string denoting the tags edge name in mutations.
EdgeTickets holds the string denoting the tickets edge name in mutations.
EdgeUsers holds the string denoting the users edge name in mutations.
FieldDescription holds the string denoting the description 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.
FieldRepository holds the string denoting the repository field in the database.
Label holds the string label denoting the project type in the database.
LanguagesInverseTable is the table name for the Language entity.
LanguagesTable is the table that holds the languages relation/edge.
OwnerColumn is the table column denoting the owner relation/edge.
OwnerInverseTable is the table name for the User entity.
OwnerTable is the table that holds the owner relation/edge.
Table holds the table name of the project in the database.
TagsInverseTable is the table name for the Tag entity.
TagsTable is the table that holds the tags relation/edge.
TicketsColumn is the table column denoting the tickets relation/edge.
TicketsInverseTable is the table name for the Ticket entity.
TicketsTable is the table that holds the tickets relation/edge.
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 project fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "projects" table and are not defined as standalone fields in the schema.
LanguagesPrimaryKey and LanguagesColumn2 are the table columns denoting the primary key for the languages relation (M2M).
TagsPrimaryKey and TagsColumn2 are the table columns denoting the primary key for the tags relation (M2M).
UsersPrimaryKey and UsersColumn2 are the table columns denoting the primary key for the users relation (M2M).