Guides
Tutorials
Wrapper for the GraphQL facade.
class ApiPlatform\GraphQl\Executor implements `<a href="/docs/reference/GraphQl/ExecutorInterface">ApiPlatform\GraphQl\ExecutorInterface</a>`
{
public executeQuery(GraphQL\Type\Schema $schema, $source, $rootValue, $context, null|array $variableValues, null|string $operationName, null|callable $fieldResolver, null|array $validationRules): GraphQL\Executor\ExecutionResult
}class ApiPlatform\GraphQl\Executor implements `<a href="/docs/reference/GraphQl/ExecutorInterface">ApiPlatform\GraphQl\ExecutorInterface</a>`
{
public executeQuery(GraphQL\Type\Schema $schema, $source, $rootValue, $context, null|array $variableValues, null|string $operationName, null|callable $fieldResolver, null|array $validationRules): GraphQL\Executor\ExecutionResult
}public executeQuery(GraphQL\Type\Schema $schema, $source, $rootValue, $context, null|array $variableValues, null|string $operationName, null|callable $fieldResolver, null|array $validationRules): GraphQL\Executor\ExecutionResultpublic executeQuery(GraphQL\Type\Schema $schema, $source, $rootValue, $context, null|array $variableValues, null|string $operationName, null|callable $fieldResolver, null|array $validationRules): GraphQL\Executor\ExecutionResult| schema | GraphQL\Type\Schema | |
| source | ||
| rootValue | ||
| context | ||
| variableValues | array | |
| operationName | string | |
| fieldResolver | callable | |
| validationRules | array |
GraphQL\Executor\ExecutionResult