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.
Creating an issue to track schema validation for nullable fields in the config file. I imagine this is an issue for any field we consider nullable. So more than just...
### What happened? We are developing an Azure Static Web App with a CosmosDB accessed via GraphQL queries using the feature outlined here: https://learn.microsoft.com/en-us/azure/static-web-apps/database-overview When including **caseInsensitive** on a GraphQL...
### What happened? OrderBy clause for the queries has support for OR and AND operators per schema. ``` input GeographyOrderByInput { GeographyID: OrderBy ... State: OrderBy Country: OrderBy ZipCode: OrderBy...
This introduces `$take`/`$skip` in DAB REST and GraphQL endpoints. > Previous discussions had this feature as a synonym of $first/$after, but that is no longer the plan. The current plan...
HI, I setup an container with DAB. Internally everything seems to be working fine, now i want to expose DAB to the internet with AzureAD as authentication method. I published...
### What happened? DateTimeOffset values in GraphQL filters for MSSQL backing DB's has the value not converted to UTC: ```graphql query testqueryTime{ supportedTypes(filter: { datetimeoffset_types: {lt: "9999-12-31T23:59:59.9999999"}}){ items{ typeid datetimeoffset_types...
### What happened? There is no way to get or return hasPreviousPage or Before cursor while using GraphQl in DAB config endpoint. ### Version Microsoft.DataApiBuilder 0.11.132+f517dcb8dfe5926d15c24c2ea544dbc3005ee6d1 ### What database are...
## What is it? - Introduce cache headers - Add support for stored procedures - Introduce level 2 cache: Redis/Garnet - Enable caching through the CLI Today, in-memory caching is...
### What happened? I am able to deploy the DAB container in an AKS cluster and mount the configfile, which is loaded. Our preferred policy is to use a workload...
### What Improve DAB’s OpenAPI generation. Enhance with OpenAPI 3.1. ### Enhancements #### 1. Per role OpenAPI generation The OpenAPI document must reflect the permissions and visibility for each role....