# Functions
And groups predicates with the AND operator between them.
Code applies equality check predicate on the "code" field.
CodeContains applies the Contains predicate on the "code" field.
CodeContainsFold applies the ContainsFold predicate on the "code" field.
CodeEQ applies the EQ predicate on the "code" field.
CodeEqualFold applies the EqualFold predicate on the "code" field.
CodeGT applies the GT predicate on the "code" field.
CodeGTE applies the GTE predicate on the "code" field.
CodeHasPrefix applies the HasPrefix predicate on the "code" field.
CodeHasSuffix applies the HasSuffix predicate on the "code" field.
CodeIn applies the In predicate on the "code" field.
CodeLT applies the LT predicate on the "code" field.
CodeLTE applies the LTE predicate on the "code" field.
CodeNEQ applies the NEQ predicate on the "code" field.
CodeNotIn applies the NotIn predicate on the "code" field.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
HasItems applies the HasEdge predicate on the "items" edge.
HasItemsWith applies the HasEdge predicate on the "items" edge with a given conditions (other predicates).
HasTest applies the HasEdge predicate on the "test" edge.
HasTestWith applies the HasEdge predicate on the "test" edge with a given conditions (other predicates).
HasTranslations applies the HasEdge predicate on the "translations" edge.
HasTranslationsWith applies the HasEdge predicate on the "translations" 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.
Order applies equality check predicate on the "order" field.
OrderEQ applies the EQ predicate on the "order" field.
OrderGT applies the GT predicate on the "order" field.
OrderGTE applies the GTE predicate on the "order" field.
OrderIn applies the In predicate on the "order" field.
OrderLT applies the LT predicate on the "order" field.
OrderLTE applies the LTE predicate on the "order" field.
OrderNEQ applies the NEQ predicate on the "order" field.
OrderNotIn applies the NotIn predicate on the "order" field.
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.
UpdateTime applies equality check predicate on the "update_time" field.
UpdateTimeEQ applies the EQ predicate on the "update_time" field.
UpdateTimeGT applies the GT predicate on the "update_time" field.
UpdateTimeGTE applies the GTE predicate on the "update_time" field.
UpdateTimeIn applies the In predicate on the "update_time" field.
UpdateTimeLT applies the LT predicate on the "update_time" field.
UpdateTimeLTE applies the LTE predicate on the "update_time" field.
UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.
UpdateTimeNotIn applies the NotIn predicate on the "update_time" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
TypeSimple is the default value of the Type enum.
EdgeItems holds the string denoting the items edge name in mutations.
EdgeTest holds the string denoting the test edge name in mutations.
EdgeTranslations holds the string denoting the translations edge name in mutations.
FieldCode holds the string denoting the code field in the database.
FieldCreateTime holds the string denoting the create_time field in the database.
FieldID holds the string denoting the id field in the database.
FieldOrder holds the string denoting the order field in the database.
FieldType holds the string denoting the type field in the database.
FieldUpdateTime holds the string denoting the update_time field in the database.
ItemsInverseTable is the table name for the Item entity.
ItemsTable is the table that holds the items relation/edge.
Label holds the string label denoting the question type in the database.
Table holds the table name of the question in the database.
TestInverseTable is the table name for the Test entity.
TestTable is the table that holds the test relation/edge.
TranslationsColumn is the table column denoting the translations relation/edge.
TranslationsInverseTable is the table name for the QuestionTranslation entity.
TranslationsTable is the table that holds the translations relation/edge.
Type values.
# Variables
CodeValidator is a validator for the "code" field.
Columns holds all SQL columns for question fields.
DefaultCreateTime holds the default value on creation for the "create_time" field.
DefaultID holds the default value on creation for the "id" field.
DefaultOrder holds the default value on creation for the "order" field.
DefaultUpdateTime holds the default value on creation for the "update_time" field.
ItemsPrimaryKey and ItemsColumn2 are the table columns denoting the primary key for the items relation (M2M).
TestPrimaryKey and TestColumn2 are the table columns denoting the primary key for the test relation (M2M).
UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.
# Type aliases
Type defines the type for the "type" enum field.