data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

DAB currently requires developers to provide `'X-MS-API-ROLE' : 'admin'` as a header when making their requests. However, this is not intuitive for new users, and this is inconvenient for all...

enhancement
auth

### What happened? First I ran into that I could not have an entity named Query as that clashed with HotChocolate and was already registered. After changing Query to QueryEntity...

bug
usability
validation
cri

At the moment, the Cosmos integration tests create a new instance of the CosmosClient for performing operations (such as creating collection, inserting items, etc.) on the cosmos DB. The documentation...

cosmos
refactor
testing

Abstract Operation​ | SQL DB / PG​ | Doc API​ | REST​ | Notes -- | -- | -- | -- | -- InsertMany​ | INSERT ​ | bulk(inserts(items))​ |...

mssql pgsql mysql

Abstract Operation​ | SQL DB / PG​ | Doc API​ | REST​ | Notes -- | -- | -- | -- | -- DeleteMany​ | DELETE ​ | ​ |...

mssql pgsql mysql
needs discussion
move-to-close

Abstract Operation​ | SQL DB / PG​ | Doc API​ | REST​ | Notes -- | -- | -- | -- | -- UpsertMany​ | “UPSERT” ​ | Bulk(upserts(items))​ |...

mssql pgsql mysql
needs discussion
move-to-close

### What happened? It seems that DAB does not generate enough information when an endpoint is called by Infragistics AppBuilder that requires some details to be able to use the...

bug
triage

### What happened? Love this project! Though I am encountering an issue. I have an Orders table which has a two columns CountryTypeId and ShippingCountryTypeId. I have a CountryTypes table...

bug
triage
cri

### What happened? when you have a graphql schema that contains an Int field for example: ```gql type User { name: string age: Int } ``` and you update the...

bug
cosmos
triage
cri

For N:1 and 1:1 relationships where the read policy prohibits returning the result of the insertion in the related entity, we get an exception: ![image](https://github.com/Azure/data-api-builder/assets/34566234/80a05ca2-f7da-4701-ba58-5e10341806e1) In the config, the policy...

bug
Multiple mutations