Bust graphql cache

Are there any recommendations on how to bust the cache for specific graphql requests? We’re using Workers to cache graphql requests (POSTs), and occasionally we need to bust specific requests from the cache. I’ve read about Cache-Tags, but it looks like that’s only available to Enterprise customers. Are there other solutions for busting specific requests in a worker cache?