Skip to content

Commit d6c8220

Browse files
committed
Add a note about realtime queries being in beta
1 parent 9cba068 commit d6c8220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react/src/utils.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ export declare type ReadOperationOptions = {
6969
suspense?: boolean;
7070
/**
7171
* 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
7276
*/
7377
live?: boolean;
7478
};

0 commit comments

Comments
 (0)