# Functions
And groups predicates with the AND operator between them.
EventID applies equality check predicate on the "event_id" field.
EventIDEQ applies the EQ predicate on the "event_id" field.
EventIDIn applies the In predicate on the "event_id" field.
EventIDIsNil applies the IsNil predicate on the "event_id" field.
EventIDNEQ applies the NEQ predicate on the "event_id" field.
EventIDNotIn applies the NotIn predicate on the "event_id" field.
EventIDNotNil applies the NotNil predicate on the "event_id" field.
HasEvent applies the HasEdge predicate on the "event" edge.
HasEventWith applies the HasEdge predicate on the "event" 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
EdgeEvent holds the string denoting the event edge name in mutations.
EventColumn is the table column denoting the event relation/edge.
EventInverseTable is the table name for the Event entity.
EventTable is the table that holds the event relation/edge.
FieldEventID holds the string denoting the event_id field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the notificationrecord type in the database.
Table holds the table name of the notificationrecord in the database.
# Variables
Columns holds all SQL columns for notificationrecord fields.