graphile / crystal-pre-merge

Repository moved
https://github.com/graphile/crystal
39 stars 8 forks source link

Disable insert/update/delete on polymorphic tables for now #459

Closed benjie closed 1 year ago

benjie commented 1 year ago

Mutations were already disabled for @interface mode:single and for the root table of @interface mode:relational but not for the relational subtables. This disables for the relational subtables (as should always have been the case). Arguably a breaking change, but we're not classing it as such since the vast majority of these mutations don't work anyway.