Return databaseId in all GQL calls
Open
task
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
The database ID can be useful when trying to troubleshoot errors. The CLI logs only contain the Migration ID which needs to be manually translated to the DB ID for troubleshooting.
We should tweak our GQL calls so they also ask for the DB ID in the response, and that will automatically be logged to the verbose logs.
Here's an example GQL call that asks for the databaeId:

Contributor guide
Assessment
This issue has not been assessed yet.