One entry in a query's sort order.
Either a fixed sort key whose column and direction are known at generation time (AutoBeRealizeQueryOrderByStatic), or a dynamic sort derived from a request-provided sort array against a column whitelist (AutoBeRealizeQueryOrderByRequestSort).
The static form has no type discriminator so existing IR remains valid and renders unchanged; the dynamic form is distinguished by type: "requestSort".
type
type: "requestSort"
One entry in a query's sort order.
Either a fixed sort key whose column and direction are known at generation time (AutoBeRealizeQueryOrderByStatic), or a dynamic sort derived from a request-provided sort array against a column whitelist (AutoBeRealizeQueryOrderByRequestSort).
The static form has no
typediscriminator so existing IR remains valid and renders unchanged; the dynamic form is distinguished bytype: "requestSort".