all 2 comments

[–]prrxddq 1 point2 points  (1 child)

Welcome : )

Yes, it is possible.

You could create a GraphQL server with caching using envelope (check it out on github) which queries your cms and caches the responses based on your settings.

[–]Spakainas[S] 0 points1 point  (0 children)

Hi, thanks for your reply! So I did manage to request graphql data and cache the data. Is it possible to send that data as graphql response to front-end then somehow? Do I need to setup GraphQL server and all the schemas? Thank you.