Graphql endpoint is not getting cached at dispatcher. It is reading as no-extension.
checking [/graphql/execute.json/test-graphql/demoQuery]
request URL has no extension: /graphql/execute.json/test-graphql/demoQuery
cache-action for [/graphql/execute.json/test-graphql/demoQuery]: NONE
Solved! Go to Solution.
Views
Replies
Total Likes
Please check the persisted queries feature: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g...
Caching generic graphql requests is not possible because most implementations send them as POST, which by standards is not cachable. In that case even an extension would not help.
Views
Replies
Total Likes
Please check the persisted queries feature: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g...
Caching generic graphql requests is not possible because most implementations send them as POST, which by standards is not cachable. In that case even an extension would not help.
Views
Replies
Total Likes
Hi
are we able to cache the GraphQL persisted query ?
Since this query would be implemented as GET, so I believe the Dispatcher can cache this.
Views
Replies
Total Likes
Views
Like
Replies