We have migrated from Apollo Server 3 and the response cache plugin there is cache-control headers which we use to store responses in Cloudflare workers as a proxy, so it bypasses our origin entirely.
However, GraphQL Yoga uses ETag which isn't that friendly with our caching proxy, and we are wondering if another alternative plugin was considered that uses cache-control headers instead. I've tried to search here and Google around but it doesn't look like anyone did such plugin.