I want to pass query string values other than perPage (limit) or page with each request. For the initial request I can do it in the model method in the route. However, for all the subsequent requests how do I pass other queryParams with each request. For example offset or skip ...?
I want to pass query string values other than perPage (limit) or page with each request. For the initial request I can do it in the model method in the route. However, for all the subsequent requests how do I pass other queryParams with each request. For example offset or skip ...?