condense the `(process-*)` functions in the qp namespace into a single...
condense the `(process-*)` functions in the qp namespace into a single function definition and unify the call stack so that we simply apply all of our qp middleware functions regardless of the query. this simplifies the understanding of the qp code path and reduces a bit of redundant code. the one requirement that comes out of this is that our qp middleware now needs to add some conditional code so that it only applies itself on queries that it's meant to work against.
Please register or sign in to comment