Versions in this module Expand all Collapse all v1 v1.5.0 Oct 24, 2022 Changes in this version + const EdgeNext + const EdgePrev + const FieldID + const FieldValue + const Label + const NextLabel + const PrevInverseLabel + func And(predicates ...predicate.Node) predicate.Node + func HasNext() predicate.Node + func HasNextWith(preds ...predicate.Node) predicate.Node + func HasPrev() predicate.Node + func HasPrevWith(preds ...predicate.Node) predicate.Node + func ID(id string) predicate.Node + func IDEQ(id string) predicate.Node + func IDGT(id string) predicate.Node + func IDGTE(id string) predicate.Node + func IDIn(ids ...string) predicate.Node + func IDLT(id string) predicate.Node + func IDLTE(id string) predicate.Node + func IDNEQ(id string) predicate.Node + func IDNotIn(ids ...string) predicate.Node + func Not(p predicate.Node) predicate.Node + func Or(predicates ...predicate.Node) predicate.Node + func Value(v int) predicate.Node + func ValueEQ(v int) predicate.Node + func ValueGT(v int) predicate.Node + func ValueGTE(v int) predicate.Node + func ValueIn(vs ...int) predicate.Node + func ValueIsNil() predicate.Node + func ValueLT(v int) predicate.Node + func ValueLTE(v int) predicate.Node + func ValueNEQ(v int) predicate.Node + func ValueNotIn(vs ...int) predicate.Node + func ValueNotNil() predicate.Node