function
OptionFilterValue
func OptionFilterValue[
Value ~string
| ~bool
| ~int
| ~int8
| ~int16
| ~int32
| ~int64
| ~uint
| ~uint8
| ~uint16
| ~uint32
| ~uint64
| ~float32
| ~float64,
](targetPath string, operator RelationshipFilterOperator, value Value) RelationshipFilterRuleConstruct a relationship-choice predicate from a typed literal value.
Related types
RelationshipFilterOperatorThe finite operator vocabulary for relationship choices.
RelationshipFilterRuleA server-enforced relationship picker predicate derived from the current document.