Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
949 stars 197 forks source link

[Bug]: GraphQL path provided in config not being honored correctly #2429

Closed abhishekkumams closed 1 month ago

abhishekkumams commented 1 month ago

What happened?

GraphQL Path provided in config is not being honored and it is using the default graphql path.

"graphql": {
        "enabled": true,
        "path": "/gql",
        "allow-introspection": true,
        "depth-limit": 7
      }

It fails when hitting the url localhost:5000/gql but passing with localhost:5000/graphql

Version

main

What database are you using?

Azure SQL

What hosting model are you using?

No response

Which API approach are you accessing DAB through?

No response

Relevant log output

No response

Code of Conduct

abhishekkumams commented 1 month ago

not required