interface
SchemaRelationshipFilter
interface SchemaRelationshipFilter { ... }A document-path or typed-literal constraint on reference choices.
Source packages/protocol/src/generated.ts:648
collectionSlugstring- The collectionSlug value.
targetPathstring- The targetPath value.
operator"equals" | "notEquals" | "like" | "contains" | "greaterThan" | "greaterThanEqual" | "lessThan" | "lessThanEqual"- The operator value.
sourcePathstring- The sourcePath value.
valueSchemaRelationshipFilterValue- The value value.