type
RelationshipFilter
type RelationshipFilter struct {
CollectionSlug CollectionSlug `json:"collectionSlug,omitempty"`
TargetPath query.Path `json:"targetPath"`
Operator string `json:"operator,omitempty"`
SourcePath *query.Path `json:"sourcePath,omitempty"`
Value *RelationshipFilterValue `json:"value,omitempty"`
}A resolved choice predicate derived from document data.
CollectionSlugCollectionSlug- The CollectionSlug value.
TargetPathquery.Path- The TargetPath value.
Operatorstring- The Operator value.
SourcePath*query.Path- The SourcePath value.
Value*RelationshipFilterValue- The Value value.