How to use cache with RESTDatasource and pagination containing other requests #7807
Unanswered
leidsoncruz
asked this question in
Q&A
Replies: 1 comment
-
Up! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a resolver that uses the datasource to request data without pagination, then I make another request to get the data paginated. Can we cache the first request without pagination when we passes to the second page?
ex:
I already tried to pass the cache by context.
I already tried to use the cache control.
And the requestdeduplicationpolicyfor.
Is it possible to do this cache?
Beta Was this translation helpful? Give feedback.
All reactions