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
787 stars 142 forks source link

create constant for execute string #2273

Closed pratsingms closed 1 week ago

pratsingms commented 1 week ago

Why make this change?

Better code quality, easier for GraphQL artifact workload to consume with better reliability in the future.

What is this change?

Replaced a hardcoded string "execute" with a constant

How was this tested?

seantleonard commented 1 week ago

/azp run