# Functions
And groups predicates with the AND operator between them.
AuthorID applies equality check predicate on the "author_id" field.
AuthorIDEQ applies the EQ predicate on the "author_id" field.
AuthorIDGT applies the GT predicate on the "author_id" field.
AuthorIDGTE applies the GTE predicate on the "author_id" field.
AuthorIDIn applies the In predicate on the "author_id" field.
AuthorIDLT applies the LT predicate on the "author_id" field.
AuthorIDLTE applies the LTE predicate on the "author_id" field.
AuthorIDNEQ applies the NEQ predicate on the "author_id" field.
AuthorIDNotIn applies the NotIn predicate on the "author_id" field.
Body applies equality check predicate on the "body" field.
BodyContains applies the Contains predicate on the "body" field.
BodyContainsFold applies the ContainsFold predicate on the "body" field.
BodyEQ applies the EQ predicate on the "body" field.
BodyEqualFold applies the EqualFold predicate on the "body" field.
BodyGT applies the GT predicate on the "body" field.
BodyGTE applies the GTE predicate on the "body" field.
BodyHasPrefix applies the HasPrefix predicate on the "body" field.
BodyHasSuffix applies the HasSuffix predicate on the "body" field.
BodyIn applies the In predicate on the "body" field.
BodyLT applies the LT predicate on the "body" field.
BodyLTE applies the LTE predicate on the "body" field.
BodyNEQ applies the NEQ predicate on the "body" field.
BodyNotIn applies the NotIn predicate on the "body" field.
ByAuthorID orders the results by the author_id field.
ByBody orders the results by the body field.
ByCreatedAt orders the results by the created_at field.
ByID orders the results by the id field.
ByUpdatedAt orders the results by the updated_at field.
CreatedAt applies equality check predicate on the "created_at" field.
CreatedAtEQ applies the EQ predicate on the "created_at" field.
CreatedAtGT applies the GT predicate on the "created_at" field.
CreatedAtGTE applies the GTE predicate on the "created_at" field.
CreatedAtIn applies the In predicate on the "created_at" field.
CreatedAtLT applies the LT predicate on the "created_at" field.
CreatedAtLTE applies the LTE predicate on the "created_at" field.
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
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.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldAuthorID holds the string denoting the author_id field in the database.
FieldBody holds the string denoting the body field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
Label holds the string label denoting the comment type in the database.
Table holds the table name of the comment in the database.
# Variables
BodyValidator is a validator for the "body" field.
Columns holds all SQL columns for comment fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "comments" table and are not defined as standalone fields in the schema.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
# Type aliases
OrderOption defines the ordering options for the Comment queries.