data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Special Unicode characters causing exception for GraphQL when used for backing columns

Open aaronburtle opened this issue 3 years ago • 2 comments
trafficstars

If the configuration file contains backing columns with unique Unicode characters within them (ie: outside of the normal range of [A-z] and [a-z]), we will get errors during bootstrapping for GraphQL. This causes the GraphQL service to fail to run, and be unavailable. REST will still function as normally.

This needs to be investigated, and appropriately mitigated.

aaronburtle avatar Aug 03 '22 19:08 aaronburtle

Setting to November Milestone to prioritize less niche bugfixes first.

aaronburtle avatar Oct 18 '22 23:10 aaronburtle

backing columns names comes into play when mapping i.e. aliasing feature is supported for GraphQL. We haven't added/tested that feature yet for GraphQL so moving this to Mar2023.

Aniruddh25 avatar Nov 04 '22 21:11 Aniruddh25