Log in
Model

TagResolver

Magento\GraphQlResolverCache\Model\Resolver\Result\TagResolver

What it does

This class resolves cache tags for GraphQL resolver results to enable proper cache invalidation.

Developers use it to determine which cache tags should be associated with GraphQL query results when objects change, ensuring that cached resolver data is invalidated when underlying entities are updated.

It extends the standard Magento cache tag resolver with GraphQL-specific tag generation strategies.

Public Methods

  • getTags()