A short post - inspired from today I learn channel in my current company. Hope you guys enjoy it.
You can use GraphQL Aliases to modify individual keys in the JSON response.
If this is your original query
1 | query { |
you can introduce a GraphQL alias userName
for the field name like so:
1 | query { |