issues Search Results · repo:apollographql/apollo-cache-persist language:TypeScript
Filter by
174 results
(70 ms)174 results
inapollographql/apollo-cache-persist (press backspace or delete to remove)Description
While using apollo-cache-persist, the cache is successfully persisting across page refreshes, but it s not preventing
unnecessary network requests as expected.
This is how I set up the client ...
70nyIT
- Opened on Dec 12, 2024
- #538
Hey folks
I ll just leave this as a note here - I was running into issue where Apollo Cache was being deleted, and I couldn t
figure out what s causing this.
Looks like root cause for this issue was ...
PeterKucera
- 1
- Opened on Sep 26, 2024
- #533
Hey! 👋
We have 3 fairly large requests in our application and would like to cache them permanently.
After setting up appollo3-cache-persist we encountered the problem that everything in our cache is ...
oliver-jenny
- 2
- Opened on Aug 2, 2024
- #531
Hi, What do you think about implementation Indexed DB wrapper for web? Greetings Marcin
mardraze
- 1
- Opened on Jul 16, 2024
- #530
Following this example, from here:
/**
* Wrapper for react-native-mmkv-storage.
* See [https://rnmmkv.now.sh/#/gettingstarted](https://rnmmkv.now.sh/#/gettingstarted) for installation instructions. ...
ansmlc
- 1
- Opened on Apr 11, 2024
- #521
1. Load component 1 which call query 1 which put object 1 to cache
2. Switch to component 2 which call query 2 (now it s active) which put object 2 to cache.
3. Call cache.gc(). Because query 1 is not ...
asvishnyakov
- 2
- Opened on Mar 4, 2024
- #514
I need a bit of help; I m not sure if it s intended behavior or a bug where empty data in persistenceMapper function is
stored in localStorage as undefined which results in entire cache being cleared. ...
VasRoko
- 4
- Opened on Jan 30, 2024
- #513
I have this implementation of the apollo cache persist configuration
useEffect(() = {
(async () = {
await persistCache({
key: apollo-cache ,
cache: client?.cache,
storage: new MMKVWrapper(apolloStorage), ...
AngelRmrz
- Opened on Dec 6, 2023
- #511
Please add code that supports https://github.com/apollographql/apollo-client-nextjs , Please help
jinowac
- 2
- Opened on Nov 26, 2023
- #510
I have encountered an issue with the useLazyQuery hook where the data variable is returning undefined in specific
scenarios (Delay calls). Below are the details of the issue along with test scenarios that ...
ASMohamedFaheemAnver
- 1
- Opened on Nov 14, 2023
- #509

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.