apollographql / apollo-cache-persist

🎏 Simple persistence for all Apollo Cache implementations
MIT License
1.39k stars 118 forks source link

chore(types): document `ApolloPersistOptions` parameters #529

Open charpeni opened 5 months ago

charpeni commented 5 months ago

Most options of persistCache were already documented in advanced-usage.md, but they were missing in the TypeScript file, meaning that it doesn't show up in the IDE.

I would prefer to have this show up in the IDE directly so I don't have to search for it in markdown files, so here they are.