We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d527d commit f8bb081Copy full SHA for f8bb081
1 file changed
services/data/src/types.ts
@@ -48,7 +48,8 @@ export interface QueryState<TQueryResult> {
48
data?: TQueryResult
49
}
50
51
-export interface QueryRenderInput<TQueryResult = QueryResult> extends QueryState<TQueryResult> {
+export interface QueryRenderInput<TQueryResult = QueryResult>
52
+ extends QueryState<TQueryResult> {
53
engine: DataEngine
54
refetch: QueryRefetchFunction
55
0 commit comments