-
I am redeveloping an existing GraphQL service and need to replicate it exactly as any client applications cannot be affected by the underlying change. Everything is going well, but I have one very specific issue in that when Hot Chocolate returns the data to the consumer, the JSon attribute names all start with a lower case letter. Now this is not a problem, except on ONE specific attribute. The GraphQL request indicates that the field to be requested is As I need to explicitly expose Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'll answer my own quesion... A Resolver and setting the Name property
|
Beta Was this translation helpful? Give feedback.
I'll answer my own quesion... A Resolver and setting the Name property