-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ObservableQuery.getCurrentResult: skip the cache (#10631)
--------- Co-authored-by: Jerel Miller <jerelmiller@gmail.com> Co-authored-by: Lenz Weber-Tronic <lenz@apollographql.com> Co-authored-by: Ben Newman <ben@apollographql.com>
- Loading branch information
1 parent
6875b62
commit b93388d
Showing
8 changed files
with
409 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@apollo/client": patch | ||
--- | ||
|
||
ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# format "ObservableQuery" test | ||
0a67647b73abd94b706242f32b88d21a1400ad50 | ||
# format "ObservableQuery" test (in #10597) | ||
104bf11765b1db50292f9656aa8fe48e2d749a83 | ||
|
||
# Format "DisplayClientError.js" (#10909) | ||
0cb68364f2c3828badde8c74de44e9c1864fb6d4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.