Closed abhishekkumams closed 1 month ago
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
localhost:5000/gql
localhost:5000/graphql
main
Azure SQL
No response
not required
What happened?
GraphQL Path provided in config is not being honored and it is using the default graphql path.
It fails when hitting the url
localhost:5000/gql
but passing withlocalhost: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