You are here

protected property SchemaProvider::$providers in GraphQL 8.2

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

Unsorted list of schema providers nested and keyed by priority.

Type: array

File

src/SchemaProvider.php, line 14

Class

SchemaProvider
Generates a GraphQL Schema.

Namespace

Drupal\graphql

Code

protected $providers;