Should Query Output Schema Be Tied to the Query or the Executor?
From what I've understood a query/statement is just a "string" and then you either use a resolver which asks for schema or you use an executor like
Isn't (at least) the output schema something which should be strictly tied to what the query is, instead of who's running it?
findAll / findOne which asks for schema aswell.Isn't (at least) the output schema something which should be strictly tied to what the query is, instead of who's running it?
