Framework
Version
API Reference

SetDataOptions

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.

Properties

PropertyType
updatedAt?number