Create a function to generate mock JSON which represents the response from the server of a query. This allows us to write better unit tests for the IO(http) part of our client code.
Because GraphQL server's response maps to the structure of the query, it's possible to add this feature.
But, I am not sure if I should add this as a method in Query type or as a standalone function.