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
Rename nested mutations and nested create references in the all the relevant places as this issue graphql/graphql-spec#252 in the graphql specs contradicts with what we are calling as nested mutations.
The text was updated successfully, but these errors were encountered:
…ultiple-create respectively (#2103)
## Why make this change?
- Closes#2090
- Renames `nested-mutations` and `nested-create` to `multiple-mutations`
and `multiple-create` respectively.
- Nested Mutations has a significantly different meaning in the graphql
specs (as explained in issue
graphql/graphql-spec#252) compared to what we
are trying to achieve. Hence, the decision to rename.
## What is this change?
- All references to nested mutations/nested create - option name, field
names in config JSON, class names, comments in code have been renamed.
## How was this tested?
- Unit and Integration tests added as part of
#1983 has been updated to
validate the rename of CLI option, property in the config file, etc.
## Sample Commands
![image](https://github.com/Azure/data-api-builder/assets/11196553/7815bdb8-b0ca-409c-9b28-1101d5639130)
Rename nested mutations and nested create references in the all the relevant places as this issue graphql/graphql-spec#252 in the graphql specs contradicts with what we are calling as nested mutations.
The text was updated successfully, but these errors were encountered: