You are here

protected property TypeResolver::$sortedResolvers in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/TypeResolver.php \Drupal\graphql\TypeResolver::sortedResolvers

Sorted list of type resolvers.

Type: array

File

src/TypeResolver.php, line 21

Class

TypeResolver
Attempts to GraphQL type definitions from arbitrary data types.

Namespace

Drupal\graphql

Code

protected $sortedResolvers;