Skip to main content

Interface: WatchQueryOptions

react.WatchQueryOptions

Options for watchQuery.

Properties

journal

Optional journal: QueryJournal

An (optional) journal produced from a previous execution of this query function.

If there is an existing subscription to a query function with the same name and arguments, this journal will have no effect.

Defined in

react/client.ts:188