interface
SchemaRelationshipField
interface SchemaRelationshipField { ... }Relationship targets, cardinality, filters, and delete policy.
Source packages/protocol/src/generated.ts:636
collectionIdstring- The collectionId value.
collectionSlugstring- The collectionSlug value.
targetsSchemaRelationshipTarget[]- The targets value.
hasManyboolean- The hasMany value.
polymorphicboolean- The polymorphic value.
optionFiltersSchemaRelationshipFilter[]- The optionFilters value.
onDeleteSchemaReferenceDeleteAction- The onDelete value.