Defined in: packages/query-core/src/types.ts:1651
Options for writing data into the cache, e.g. via queryClient.setQueryData(). updatedAt overrides the timestamp the data is recorded with, which is what staleness is measured from; omit it to use the current time.
| Property | Type |
|---|---|
| updatedAt? | number |