You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any future plans to expose a public API for the config of a resource. Eg. so you can get the relationships of a resource from the schema to cascade delete without having to hardcode that somewhere in your app. Or knowing which fields are required for any additional business logic.
It's possible to achieve this by using the resourceConfig and its private properties but I assume this isn't intended and subject to breakage?
The text was updated successfully, but these errors were encountered:
Are there any future plans to expose a public API for the config of a resource. Eg. so you can get the relationships of a resource from the schema to cascade delete without having to hardcode that somewhere in your app. Or knowing which fields are required for any additional business logic.
It's possible to achieve this by using the resourceConfig and its private properties but I assume this isn't intended and subject to breakage?
The text was updated successfully, but these errors were encountered: