Hello,
I am using the ngneat/query library for a get call with params, but I encountered a challenge where the params or args need to change dynamically based on runtime values. The query has to be initialized with the first argument, and I am unsure how to update the query function when the args change dynamically.
After reading the repo, I found the updateOptions method which seems designed to update the configuration of a query after initialization
📌 I am interested in contributing to the project by adding an example in the README file that demonstrates how to use the updateOptions method if this feature contribution is welcomed.