public function ServerInterface::executeOperation in GraphQL 8.4
Execute an operation on this server.
Parameters
\GraphQL\Server\OperationParams $operation:
Return value
\Drupal\graphql\GraphQL\Execution\ExecutionResult
1 method overrides ServerInterface::executeOperation()
- Server::executeOperation in src/
Entity/ Server.php - Execute an operation on this server.
File
- src/
Entity/ ServerInterface.php, line 21
Class
- ServerInterface
- Defines a GraphQL server that has configuration and executes queries.
Namespace
Drupal\graphql\EntityCode
public function executeOperation(OperationParams $operation);