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

We need a way to provide mappings for result set of a stored procedure. If a stored procedure for example returns columns that do not meet restrictions in graphql (Example:...

### What happened? It looks like the OpenAPI document does not honor nullability of properties despite this being supported in OpenApi 3.1: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0 See https://github.com/ErikEJ/EFCorePowerTools/issues/2597 ### Version 1.2.11 ### What...

bug
improvement
triage

This task tracks the work to complete adding support for cache to the CLI through the `add` and `update` verbs. For more information see: https://github.com/Azure/data-api-builder/issues/2253

enhancement

## Proposal Consider enhancing pagination to include page metadata? ### Why? Many APIs provide additional page information. All of this information is available to us. Example: [https://stapi.co/api/v2/rest/spacecraft/search](https://stapi.co/api/v2/rest/spacecraft/search) ### Example ```json...

enhancement