package
0.0.0-20200817191337-444ad2e02872
Repository: https://github.com/minskylab/collecta.git
Documentation: pkg.go.dev

# Functions

And groups list of predicates with the AND operator between them.
At applies equality check predicate on the "at" field.
AtEQ applies the EQ predicate on the "at" field.
AtGT applies the GT predicate on the "at" field.
AtGTE applies the GTE predicate on the "at" field.
AtIn applies the In predicate on the "at" field.
AtLT applies the LT predicate on the "at" field.
AtLTE applies the LTE predicate on the "at" field.
AtNEQ applies the NEQ predicate on the "at" field.
AtNotIn applies the NotIn predicate on the "at" field.
HasQuestion applies the HasEdge predicate on the "question" edge.
HasQuestionWith applies the HasEdge predicate on the "question" edge with a given conditions (other predicates).
ID filters vertices based on their identifier.
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 list of predicates with the OR operator between them.
Valid applies equality check predicate on the "valid" field.
ValidEQ applies the EQ predicate on the "valid" field.
ValidIsNil applies the IsNil predicate on the "valid" field.
ValidNEQ applies the NEQ predicate on the "valid" field.
ValidNotNil applies the NotNil predicate on the "valid" field.

# Constants

EdgeQuestion holds the string denoting the question edge name in mutations.
FieldResponses holds the string denoting the responses vertex property in the database.
FieldAt holds the string denoting the at vertex property in the database.
FieldValid holds the string denoting the valid vertex property in the database.
No description provided by the author
Label holds the string label denoting the answer type in the database.
QuestionColumn is the table column denoting the question relation/edge.
QuestionInverseTable is the table name for the Question entity.
QuestionTable is the table the holds the question relation/edge.
Table holds the table name of the answer in the database.

# Variables

Columns holds all SQL columns for answer fields.
DefaultAt holds the default value on creation for the at field.
ForeignKeys holds the SQL foreign-keys that are owned by the Answer type.