Azure / Azure/data-api-builder

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

Open
#2,089 0 comments 0 reactions 0 assignees View on GitHub
cli config Multiple mutations
Dominant language
C#
Stars
1.5k
Forks
370
Avg merge
3d 17h
Merged PRs (30d)
8

Description

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

```json
"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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.