Replies: 4 comments
-
@ojczeo you can hide the list while |
Beta Was this translation helpful? Give feedback.
-
@jpikora Thanks, I already know it, but this is not a solution which I'm asking - I would like to display cached response when loading response params match the cached response params - if there is not match, not display. Your solution hide cached queries during each request. |
Beta Was this translation helpful? Give feedback.
-
@ojczeo You have nothing special to do with |
Beta Was this translation helpful? Give feedback.
-
@Akryum I think I have a very similar question (/ feature request?) which sounds almost the same as ojczeo's --- and that is that: Currently, I'd like to use something like I think ideally there might be something like an |
Beta Was this translation helpful? Give feedback.
-
@Akryum Is there any way to load cached query to component only when cache exists with current params?
Flow which I want to achive:
I have
query
animals with variablename
For now when I'm using
cache-and-network
fetch policy I would like to avoid displaying caches when query is loading unless cache with exactly the same variables exists.@Akryum how to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions