Typed query grammar for middleware .query-style methods.
This module is hand-maintained (template in scripts/generate-api-interface)
and copied into the generated output verbatim: the query grammar is
middleware framework semantics — one recursive filter language shared by
every query method — which JSON Schema cannot express, so it is the one
deliberate exception to schema-derived typing. The generator instantiates
these generics with the entity type of each query method.
Typed query grammar for middleware
.query-style methods.This module is hand-maintained (template in scripts/generate-api-interface) and copied into the generated output verbatim: the query grammar is middleware framework semantics — one recursive filter language shared by every query method — which JSON Schema cannot express, so it is the one deliberate exception to schema-derived typing. The generator instantiates these generics with the entity type of each query method.