graphQl support for rendering multi lingual content and caching strategy
We are using GraphQL persistent queries (GET with query variables) and want to cache the response at Dispatcher / CDN level. Need some info around 2 usecases which we are trying to achieve via graphql -
1) Achieve Multi language support via graphql
2) Cache grapql response with respect to different language and variables respectively..
