Being able to group fields inside a model

This feature could bring a great improvement to the GraphQL API too — if grouped fields were nested under the group name you could model the exact structure you want to get out of the API. As far as I can tell GraphQL doesn’t support introducing arbitrary nesting of fields in its query syntax, so often I’ve had to pull data from the GraphQL API and then transform it around a bit to get the structure I want.