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
To implement a delete operation in case of a nested table with more relations we are modifying the DDL to use an ON CASCADE DELETE for now. Possibly provide an option to modify the GraphQL schema to add a cascade option under SQL Directive.
To implement a
delete
operation in case of a nested table with more relations we are modifying the DDL to use anON CASCADE DELETE
for now. Possibly provide an option to modify the GraphQL schema to add acascade option
underSQL Directive
.cc: @rareddy
The text was updated successfully, but these errors were encountered: