data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

[CLI]: `dab update` option to enable/disable multiple-mutations

Open severussundar opened this issue 11 months ago • 0 comments

To simplify usage, is it possible to have:

"nested-mutations" : true to imply any supported nested mutations are enabled. Could be a separate PR.

Originally posted by @Aniruddh25 in https://github.com/Azure/data-api-builder/pull/1983#discussion_r1508613872

Introduce a new option to enable/disable all nested mutation operations through CLI.

The resulting JSON in the config file would be of the form

     "runtime":{
      ...
       "graphql": {
           ...
           "multiple-mutations": true/false
       } 
     }

Note: The exact name of the field - multiple-mutations might change as the new name for the feature is under discussion. Will update this issue later with the final name of the field.

severussundar avatar Mar 11 '24 05:03 severussundar