How to handle schema types that have the same names but different case. #1478
-
|
I am new to using DGS (and even graphql in general), but so far this seems like a great project and I do like the code generation over some other libraries I have tried. Background: Question(s): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @thedamones - the reason we have uppercase is purely convention. We don't yet have a config option to control the behavior, but should be fairly easy to add one. Feel free to open a PR if this is something you need sooner than later. Else we can create a ticket and prioritize on our end, but that might be further out in the quarter. |
Beta Was this translation helpful? Give feedback.
Hi @thedamones - the reason we have uppercase is purely convention. We don't yet have a config option to control the behavior, but should be fairly easy to add one. Feel free to open a PR if this is something you need sooner than later. Else we can create a ticket and prioritize on our end, but that might be further out in the quarter.