File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1116,10 +1116,12 @@ interface QueryManagerOptions {
11161116namespace QueryNotification {
11171117 // (undocumented)
11181118 type FromCache <TData > = NextNotification <ObservableQuery .Result <TData >> & {
1119+ resolvedVariables? : OperationVariables ;
11191120 source: " cache" ;
11201121 };
11211122 // (undocumented)
11221123 type FromNetwork <TData > = ObservableNotification <ObservableQuery .Result <TData >> & {
1124+ resolvedVariables? : OperationVariables ;
11231125 source: " network" ;
11241126 };
11251127 // (undocumented)
Original file line number Diff line number Diff line change @@ -2530,10 +2530,12 @@ interface QueryManagerOptions {
25302530namespace QueryNotification {
25312531 // (undocumented)
25322532 type FromCache <TData > = NextNotification <ObservableQuery .Result <TData >> & {
2533+ resolvedVariables? : OperationVariables ;
25332534 source: " cache" ;
25342535 };
25352536 // (undocumented)
25362537 type FromNetwork <TData > = ObservableNotification <ObservableQuery .Result <TData >> & {
2538+ resolvedVariables? : OperationVariables ;
25372539 source: " network" ;
25382540 };
25392541 // (undocumented)
You can’t perform that action at this time.
0 commit comments