Inferring query types without queries
Is it possible to infer the type of the data response from a query without instancing a query variable? I'm asking because I had to suppress the ESLint warning for unused variables.
Some of my queries use nested selectors, and I prefer not to write complex types manually.
Some of my queries use nested selectors, and I prefer not to write complex types manually.