Versions in this module Expand all Collapse all v0 v0.0.2 Nov 9, 2022 Changes in this version + const EdgeTodos + const FieldConfig + const FieldCount + const FieldDuration + const FieldID + const FieldStatus + const FieldStrings + const FieldText + const Label + const Table + const TodosColumn + const TodosInverseTable + const TodosTable + var Columns = []string + var DefaultID func() uuid.UUID + var TextValidator func(string) error + func And(predicates ...predicate.Category) predicate.Category + func Config(v *schematype.CategoryConfig) predicate.Category + func ConfigEQ(v *schematype.CategoryConfig) predicate.Category + func ConfigGT(v *schematype.CategoryConfig) predicate.Category + func ConfigGTE(v *schematype.CategoryConfig) predicate.Category + func ConfigIn(vs ...*schematype.CategoryConfig) predicate.Category + func ConfigIsNil() predicate.Category + func ConfigLT(v *schematype.CategoryConfig) predicate.Category + func ConfigLTE(v *schematype.CategoryConfig) predicate.Category + func ConfigNEQ(v *schematype.CategoryConfig) predicate.Category + func ConfigNotIn(vs ...*schematype.CategoryConfig) predicate.Category + func ConfigNotNil() predicate.Category + func Count(v uint64) predicate.Category + func CountEQ(v uint64) predicate.Category + func CountGT(v uint64) predicate.Category + func CountGTE(v uint64) predicate.Category + func CountIn(vs ...uint64) predicate.Category + func CountIsNil() predicate.Category + func CountLT(v uint64) predicate.Category + func CountLTE(v uint64) predicate.Category + func CountNEQ(v uint64) predicate.Category + func CountNotIn(vs ...uint64) predicate.Category + func CountNotNil() predicate.Category + func Duration(v time.Duration) predicate.Category + func DurationEQ(v time.Duration) predicate.Category + func DurationGT(v time.Duration) predicate.Category + func DurationGTE(v time.Duration) predicate.Category + func DurationIn(vs ...time.Duration) predicate.Category + func DurationIsNil() predicate.Category + func DurationLT(v time.Duration) predicate.Category + func DurationLTE(v time.Duration) predicate.Category + func DurationNEQ(v time.Duration) predicate.Category + func DurationNotIn(vs ...time.Duration) predicate.Category + func DurationNotNil() predicate.Category + func HasTodos() predicate.Category + func HasTodosWith(preds ...predicate.Todo) predicate.Category + func ID(id uuid.UUID) predicate.Category + func IDEQ(id uuid.UUID) predicate.Category + func IDGT(id uuid.UUID) predicate.Category + func IDGTE(id uuid.UUID) predicate.Category + func IDIn(ids ...uuid.UUID) predicate.Category + func IDLT(id uuid.UUID) predicate.Category + func IDLTE(id uuid.UUID) predicate.Category + func IDNEQ(id uuid.UUID) predicate.Category + func IDNotIn(ids ...uuid.UUID) predicate.Category + func Not(p predicate.Category) predicate.Category + func Or(predicates ...predicate.Category) predicate.Category + func StatusEQ(v Status) predicate.Category + func StatusIn(vs ...Status) predicate.Category + func StatusNEQ(v Status) predicate.Category + func StatusNotIn(vs ...Status) predicate.Category + func StatusValidator(s Status) error + func StringsIsNil() predicate.Category + func StringsNotNil() predicate.Category + func Text(v string) predicate.Category + func TextContains(v string) predicate.Category + func TextContainsFold(v string) predicate.Category + func TextEQ(v string) predicate.Category + func TextEqualFold(v string) predicate.Category + func TextGT(v string) predicate.Category + func TextGTE(v string) predicate.Category + func TextHasPrefix(v string) predicate.Category + func TextHasSuffix(v string) predicate.Category + func TextIn(vs ...string) predicate.Category + func TextLT(v string) predicate.Category + func TextLTE(v string) predicate.Category + func TextNEQ(v string) predicate.Category + func TextNotIn(vs ...string) predicate.Category + func ValidColumn(column string) bool + type Status string + const StatusDisabled + const StatusEnabled + func (e *Status) UnmarshalGQL(val interface{}) error + func (e Status) MarshalGQL(w io.Writer) + func (s Status) String() string