Azure / Azure/data-api-builder
[Enh]: add `description` to relationships
Open
graphql
mcp-server
open-api
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
```json
"Book": {
"source": "dbo.books",
"relationships": {
"authors": {
"description": "xyz" // new
}
}
}
```
## Command line
```sh
dab update Book \
--relationship authors \
--description "xyz"
```
Contributor guide
Assessment
This issue has not been assessed yet.