Log in
Model

Type

Magento\GraphQlResolverCache\Model\Resolver\Result\Type

What it does

This class defines a dedicated cache type for storing GraphQL resolver query results.

It allows Magento to cache and retrieve GraphQL query responses separately from other cache types, improving performance by avoiding redundant resolver executions.

Developers use this when implementing GraphQL resolver caching to speed up API responses.