We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cba068 commit d6c8220Copy full SHA for d6c8220
packages/react/src/utils.ts
@@ -69,6 +69,10 @@ export declare type ReadOperationOptions = {
69
suspense?: boolean;
70
/**
71
* Marks this query as a live query that will subscribe to changes from the backend and re-render when backend data changes with the newest data.
72
+ *
73
+ * This option is currently only available for Gadget apps in the Realtime Queries beta!
74
+ * Please contact Gadget for access to this beta in order to use Realtime queries.
75
+ * @experimental
76
*/
77
live?: boolean;
78
};
0 commit comments