wp-graphql / wp-graphql-smart-cache

Smart Caching & Cache Invalidation for WPGraphQL
61 stars 14 forks source link

fix: invalidate caches for menu items #272

Closed jasonbahl closed 9 months ago

jasonbahl commented 9 months ago

This adds event listeners for when menu items are created, updated and deleted to purge associated caches in response to said events.

closes #260