Let\'s say I\'ve got a GraphQL query that looks like this:
query { Todo { label is_completed id } }
But the client that consume
There is no way to do that. Either change the schema to reflect the client's needs or transform the response after it is fetched on the client side.