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.
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.