# Functions
And groups predicates with the AND operator between them.
HasTest applies the HasEdge predicate on the "test" edge.
HasTestWith applies the HasEdge predicate on the "test" 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.
QuestionsPerPage applies equality check predicate on the "questions_per_page" field.
QuestionsPerPageEQ applies the EQ predicate on the "questions_per_page" field.
QuestionsPerPageGT applies the GT predicate on the "questions_per_page" field.
QuestionsPerPageGTE applies the GTE predicate on the "questions_per_page" field.
QuestionsPerPageIn applies the In predicate on the "questions_per_page" field.
QuestionsPerPageLT applies the LT predicate on the "questions_per_page" field.
QuestionsPerPageLTE applies the LTE predicate on the "questions_per_page" field.
QuestionsPerPageNEQ applies the NEQ predicate on the "questions_per_page" field.
QuestionsPerPageNotIn applies the NotIn predicate on the "questions_per_page" field.
RandomizeOrder applies equality check predicate on the "randomize_order" field.
RandomizeOrderEQ applies the EQ predicate on the "randomize_order" field.
RandomizeOrderNEQ applies the NEQ predicate on the "randomize_order" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeTest holds the string denoting the test edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldQuestionsPerPage holds the string denoting the questions_per_page field in the database.
FieldRandomizeOrder holds the string denoting the randomize_order field in the database.
Label holds the string label denoting the testdisplay type in the database.
Table holds the table name of the testdisplay in the database.
TestColumn is the table column denoting the test relation/edge.
TestInverseTable is the table name for the Test entity.
TestTable is the table that holds the test relation/edge.
# Variables
Columns holds all SQL columns for testdisplay fields.
DefaultID holds the default value on creation for the "id" field.
DefaultQuestionsPerPage holds the default value on creation for the "questions_per_page" field.
DefaultRandomizeOrder holds the default value on creation for the "randomize_order" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "test_displays" table and are not defined as standalone fields in the schema.
QuestionsPerPageValidator is a validator for the "questions_per_page" field.