# Functions
And groups predicates with the AND operator between them.
Auth0ID applies equality check predicate on the "auth0_id" field.
Auth0IDContains applies the Contains predicate on the "auth0_id" field.
Auth0IDContainsFold applies the ContainsFold predicate on the "auth0_id" field.
Auth0IDEQ applies the EQ predicate on the "auth0_id" field.
Auth0IDEqualFold applies the EqualFold predicate on the "auth0_id" field.
Auth0IDGT applies the GT predicate on the "auth0_id" field.
Auth0IDGTE applies the GTE predicate on the "auth0_id" field.
Auth0IDHasPrefix applies the HasPrefix predicate on the "auth0_id" field.
Auth0IDHasSuffix applies the HasSuffix predicate on the "auth0_id" field.
Auth0IDIn applies the In predicate on the "auth0_id" field.
Auth0IDLT applies the LT predicate on the "auth0_id" field.
Auth0IDLTE applies the LTE predicate on the "auth0_id" field.
Auth0IDNEQ applies the NEQ predicate on the "auth0_id" field.
Auth0IDNotIn applies the NotIn predicate on the "auth0_id" field.
DisplayName applies equality check predicate on the "display_name" field.
DisplayNameContains applies the Contains predicate on the "display_name" field.
DisplayNameContainsFold applies the ContainsFold predicate on the "display_name" field.
DisplayNameEQ applies the EQ predicate on the "display_name" field.
DisplayNameEqualFold applies the EqualFold predicate on the "display_name" field.
DisplayNameGT applies the GT predicate on the "display_name" field.
DisplayNameGTE applies the GTE predicate on the "display_name" field.
DisplayNameHasPrefix applies the HasPrefix predicate on the "display_name" field.
DisplayNameHasSuffix applies the HasSuffix predicate on the "display_name" field.
DisplayNameIn applies the In predicate on the "display_name" field.
DisplayNameLT applies the LT predicate on the "display_name" field.
DisplayNameLTE applies the LTE predicate on the "display_name" field.
DisplayNameNEQ applies the NEQ predicate on the "display_name" field.
DisplayNameNotIn applies the NotIn predicate on the "display_name" field.
HasAssignedTickets applies the HasEdge predicate on the "assigned_tickets" edge.
HasAssignedTicketsWith applies the HasEdge predicate on the "assigned_tickets" edge with a given conditions (other predicates).
HasProjects applies the HasEdge predicate on the "projects" edge.
HasProjectsWith applies the HasEdge predicate on the "projects" edge with a given conditions (other predicates).
HasReportedTickets applies the HasEdge predicate on the "reported_tickets" edge.
HasReportedTicketsWith applies the HasEdge predicate on the "reported_tickets" 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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
AssignedTicketsColumn is the table column denoting the assigned_tickets relation/edge.
AssignedTicketsInverseTable is the table name for the Ticket entity.
AssignedTicketsTable is the table that holds the assigned_tickets relation/edge.
EdgeAssignedTickets holds the string denoting the assigned_tickets edge name in mutations.
EdgeProjects holds the string denoting the projects edge name in mutations.
EdgeReportedTickets holds the string denoting the reported_tickets edge name in mutations.
FieldAuth0ID holds the string denoting the auth0_id field in the database.
FieldDisplayName holds the string denoting the display_name field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the user type in the database.
ProjectsInverseTable is the table name for the Project entity.
ProjectsTable is the table that holds the projects relation/edge.
ReportedTicketsColumn is the table column denoting the reported_tickets relation/edge.
ReportedTicketsInverseTable is the table name for the Ticket entity.
ReportedTicketsTable is the table that holds the reported_tickets relation/edge.
Table holds the table name of the user in the database.
# Variables
Columns holds all SQL columns for user fields.
ProjectsPrimaryKey and ProjectsColumn2 are the table columns denoting the primary key for the projects relation (M2M).