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
872 stars 177 forks source link

GraphQL Schema Building - Format DB columns names as GQL best practice and map to original name #692

Open seantleonard opened 2 years ago

seantleonard commented 2 years ago

As references in #609 , need to add ability to format columns names of database if they are not graphQL best practice. Additionally, when formatting, we need to map back to the original column name as to not break resolvers.

Aniruddh25 commented 1 year ago

Moving to March2023

Aniruddh25 commented 1 year ago

Wouldn't the mapping support we added recently let users configure the column names explicitly if they are not best practice alreadt?

I dont think we should forcefully format the column names since the option is already available to them

Aniruddh25 commented 1 year ago

Closing this for now until this is actually desired.