Guides
Tutorials
Wrapper for the GraphQL facade.
interface ApiPlatform\GraphQl\ExecutorInterface
{
public executeQuery(GraphQL\Type\Schema $schema, $source, $rootValue, $context, null|array $variableValues, null|string $operationName, null|callable $fieldResolver, null|array $validationRules): GraphQL\Executor\ExecutionResult
}
interface ApiPlatform\GraphQl\ExecutorInterface
{
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\ExecutionResult
public 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