data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
Consider the table definition for `type_table`: The column `float_types` is a column which has a default value of `1.1`. Now, if we execute a GQL create mutation on this table...
The default values are incorrectly parsed for MySql. Eg. in the below screenshot, `last_sold_on` is a datetime column and the default value should have been present within single quotes. Need...
### Discussed in https://github.com/Azure/data-api-builder/discussions/2158 Originally posted by **wrutkowski-xebia** April 10, 2024 Hello, Why image on Docker Hub is not published by Verified Publisher or Docker Official Image? `mcr.microsoft.com/azure-databases/data-api-builder:tag` `https://hub.docker.com/_/microsoft-azure-databases-data-api-builder` 
### What happened? When requesting for multiple api requests when session context is "set-session-context": true. This is for using DB Type: DWSQL for using against Fabric SQL endpoints. It causes...
…en multiple-create is enabled ## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - Include summary (1-2 sentences) of linked issue to avoid redirecting...
Nested Mutation refers to the ability to perform mutation operations such as insert, update, and delete on a related entity in addition to the parent entity. ```[tasklist] ### Related items...
note: this is a validation that should be added. For queries (and later on for nested mutations as well), we don't have a validation in place which ensures that the...
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_...
The update GraphQL mutations allow ability to modify a PK even if its autogenerated. This should not be allowed.