- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
cascades Method - API Reference
This method configures which related data models an operation, such as deletion, should be cascaded to.
For example, if a store is deleted, its product should also be deleted.
Example#
Parameters#
options
EntityCascades<ExtractEntityRelations<Schema, "hasOne" | "hasMany">>The cascades configurations. They object's keys are the names of
the actions, such as deleted
, and the value is an array of relations that the
action should be cascaded to.
options
EntityCascades<ExtractEntityRelations<Schema, "hasOne" | "hasMany">>deleted
, and the value is an array of relations that the
action should be cascaded to.Was this page helpful?