Determines when this query is executed. If set to false, the query will run when the app loads and whenever any query arguments change. If set to true, the query will only run when manually triggered from elsewhere in the app.
false
true
Generated using TypeDoc
Determines when this query is executed. If set to
false
, the query will run when the app loads and whenever any query arguments change. If set totrue
, the query will only run when manually triggered from elsewhere in the app.