# Functions
And groups predicates with the AND operator between them.
ByExternalID orders the results by the external_id field.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByOccurrences orders the results by occurrences terms.
ByOccurrencesCount orders the results by occurrences count.
ByVisible orders the results by the visible field.
ExternalID applies equality check predicate on the "external_id" field.
ExternalIDEQ applies the EQ predicate on the "external_id" field.
ExternalIDGT applies the GT predicate on the "external_id" field.
ExternalIDGTE applies the GTE predicate on the "external_id" field.
ExternalIDIn applies the In predicate on the "external_id" field.
ExternalIDLT applies the LT predicate on the "external_id" field.
ExternalIDLTE applies the LTE predicate on the "external_id" field.
ExternalIDNEQ applies the NEQ predicate on the "external_id" field.
ExternalIDNotIn applies the NotIn predicate on the "external_id" field.
HasOccurrences applies the HasEdge predicate on the "occurrences" edge.
HasOccurrencesWith applies the HasEdge predicate on the "occurrences" 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.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" 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).
Visible applies equality check predicate on the "visible" field.
VisibleEQ applies the EQ predicate on the "visible" field.
VisibleNEQ applies the NEQ predicate on the "visible" field.
# Constants
EdgeOccurrences holds the string denoting the occurrences edge name in mutations.
FieldExternalID holds the string denoting the external_id field in the database.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
FieldVisible holds the string denoting the visible field in the database.
Label holds the string label denoting the location type in the database.
OccurrencesColumn is the table column denoting the occurrences relation/edge.
OccurrencesInverseTable is the table name for the Occurrence entity.
OccurrencesTable is the table that holds the occurrences relation/edge.
Table holds the table name of the location in the database.
# Variables
Columns holds all SQL columns for location fields.
DefaultID holds the default value on creation for the "id" field.
DefaultVisible holds the default value on creation for the "visible" field.
NameValidator is a validator for the "name" field.
# Type aliases
OrderOption defines the ordering options for the Location queries.