-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
enhancementNew feature or requestNew feature or requestmove-to-closeLacks clarity or roadmap mismatchLacks clarity or roadmap mismatchtriageissues to be triagedissues to be triaged
Milestone
Description
Objective:
To support multiple records insertion in a single table via using a single graphql mutation object.
Example
mutation{
createMultiple_Book(items: {
[
{ title: "Book 1", publisher_id: 1234},
{ title: "Book 2", publisher_id: 2345},
...
]
}){
<selection_set>
}
}### Tasks
- [ ] https://github.com/Azure/data-api-builder/issues/1804
- [ ] https://github.com/Azure/data-api-builder/issues/1805
- [ ] https://github.com/Azure/data-api-builder/issues/1806
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestmove-to-closeLacks clarity or roadmap mismatchLacks clarity or roadmap mismatchtriageissues to be triagedissues to be triaged
Type
Projects
Status
Triage