public function ServerInterface::executeBatch in GraphQL 8.4
Execute multiple operations as batch on this server.
Parameters
\GraphQL\Server\OperationParams[] $operations:
Return value
\Drupal\graphql\GraphQL\Execution\ExecutionResult[]
1 method overrides ServerInterface::executeBatch()
- Server::executeBatch in src/Entity/ Server.php 
- Execute multiple operations as batch on this server.
File
- src/Entity/ ServerInterface.php, line 30 
Class
- ServerInterface
- Defines a GraphQL server that has configuration and executes queries.
Namespace
Drupal\graphql\EntityCode
public function executeBatch(array $operations);