ecamp / hal-json-vuex

Use a HAL JSON API with a Vuex store.
MIT License
8 stars 3 forks source link

Query parameters #272

Open carlobeltrame opened 2 years ago

carlobeltrame commented 2 years ago

Allows us to specify normalization groups via query parameters, and later filter these query parameters out, so that in the Vuex store it looks as though the parameters were never there. This is the basis for using Api Platform's GroupFilters for optimizing performance.