ExecutionResult |
src/GraphQL/Execution/ExecutionResult.php |
Expand the upstream ExecutionResult to make it Drupal cachable. |
Executor |
src/GraphQL/Execution/Executor.php |
Executes GraphQL queries with cache lookup. |
ExecutorFactory |
src/GraphQL/Execution/ExecutorFactory.php |
Service to make our GraphQL executor, can be swapped out. |
FieldContext |
src/GraphQL/Execution/FieldContext.php |
Context that is passed to data producer plugins. |
ResolveContext |
src/GraphQL/Execution/ResolveContext.php |
Context that is provided during resolving the GraphQL tree. |