Effect CommunityEC
Effect Community2y ago
14 replies
Kristian Notari

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 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?
Was this page helpful?