You are here

protected property ViewsSchemaProvider::$typeResolver in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/SchemaProvider/ViewsSchemaProvider.php \Drupal\graphql\SchemaProvider\ViewsSchemaProvider::typeResolver

The type resolver service.

Type: \Drupal\graphql\TypeResolverInterface

File

src/SchemaProvider/ViewsSchemaProvider.php, line 34

Class

ViewsSchemaProvider
Generates a GraphQL Schema for views.

Namespace

Drupal\graphql\SchemaProvider

Code

protected $typeResolver;