How to use cache with RESTDatasource and pagination containing other requests #7807
Unanswered
leidsoncruz
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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