queryParams

abstract override val queryParams: MutableQueryParams

Global query params that will be applied to all phases of the operation.

If there is a conflict between a global query param and a phase specific query param, the phase specific query param will be used.

This is done rather than merging the 2 sets of query to prevent possibly confusing behavior.

If both sets of query params are desired, set the query params on the phase specific query param set.