You are here

protected property Executor::$document in GraphQL 8.4

Represents the GraphQL schema document.

Type: \GraphQL\Language\AST\DocumentNode

File

src/GraphQL/Execution/Executor.php, line 76

Class

Executor
Executes GraphQL queries with cache lookup.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $document;