You are here

class CacheableRequestError in GraphQL 8.3

Cacheable Request Error.

Hierarchy

Expanded class hierarchy of CacheableRequestError

1 file declares its use of CacheableRequestError
QueryProcessor.php in src/GraphQL/Execution/QueryProcessor.php

File

src/GraphQL/Cache/CacheableRequestError.php, line 12

Namespace

Drupal\graphql\GraphQL\Cache
View source
class CacheableRequestError extends RequestError implements CacheableDependencyInterface {
  use RefinableCacheableDependencyTrait;

}

Members