query.set to mutate async data for optimistic updates.createAsync that’s reactive to param change. however, when i manually revalidate the data (either by calling revalidate somewhere, or revalidating from an action), it fetches fresh data rather than using the query.set i called earlierquery.set if i’m going use revalidate() in order get the data? calling revalidate is the only way to get the data as my query isn’t reactive to a param changequery.setquery.set to avoid fetching getData() again because i already got the same data when i called createData()