You are here

protected property ResolveContext::$document in GraphQL 8.4

The parsed schema document.

Type: \GraphQL\Language\AST\DocumentNode

File

src/GraphQL/Execution/ResolveContext.php, line 51

Class

ResolveContext
Context that is provided during resolving the GraphQL tree.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $document;