# 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.
HasAssignee applies the HasEdge predicate on the "assignee" edge.
HasAssigneeWith applies the HasEdge predicate on the "assignee" edge with a given conditions (other predicates).
HasChildren applies the HasEdge predicate on the "children" edge.
HasChildrenWith applies the HasEdge predicate on the "children" edge with a given conditions (other predicates).
HasParent applies the HasEdge predicate on the "parent" edge.
HasParentWith applies the HasEdge predicate on the "parent" edge with a given conditions (other predicates).
HasProject applies the HasEdge predicate on the "project" edge.
HasProjectWith applies the HasEdge predicate on the "project" edge with a given conditions (other predicates).
HasReporter applies the HasEdge predicate on the "reporter" edge.
HasReporterWith applies the HasEdge predicate on the "reporter" 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.
StatusEQ applies the EQ predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
StatusValidator is a validator for the "status" field enum values.
TypeEQ applies the EQ predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
TypeValidator is a validator for the "type" field enum values.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
AssigneeColumn is the table column denoting the assignee relation/edge.
AssigneeInverseTable is the table name for the User entity.
AssigneeTable is the table that holds the assignee relation/edge.
ChildrenColumn is the table column denoting the children relation/edge.
ChildrenTable is the table that holds the children relation/edge.
EdgeAssignee holds the string denoting the assignee edge name in mutations.
EdgeChildren holds the string denoting the children edge name in mutations.
EdgeParent holds the string denoting the parent edge name in mutations.
EdgeProject holds the string denoting the project edge name in mutations.
EdgeReporter holds the string denoting the reporter 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.
FieldStatus holds the string denoting the status field in the database.
FieldType holds the string denoting the type field in the database.
Label holds the string label denoting the ticket type in the database.
ParentColumn is the table column denoting the parent relation/edge.
ParentTable is the table that holds the parent relation/edge.
ProjectColumn is the table column denoting the project relation/edge.
ProjectInverseTable is the table name for the Project entity.
ProjectTable is the table that holds the project relation/edge.
ReporterColumn is the table column denoting the reporter relation/edge.
ReporterInverseTable is the table name for the User entity.
ReporterTable is the table that holds the reporter relation/edge.
Status values.
Status values.
Status values.
Status values.
Table holds the table name of the ticket in the database.
Type values.
Type values.
Type values.
Type values.
# Variables
Columns holds all SQL columns for ticket fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "tickets" table and are not defined as standalone fields in the schema.