Skip to content

Commit 4aff585

Browse files
committed
Update api report
1 parent 12c2315 commit 4aff585

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.api-reports/api-report-core.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,10 +1116,12 @@ interface QueryManagerOptions {
11161116
namespace 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)

.api-reports/api-report.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,10 +2530,12 @@ interface QueryManagerOptions {
25302530
namespace 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)

0 commit comments

Comments
 (0)