public function ServerInterface::configuration in GraphQL 8.4
Retrieves the server configuration.
Return value
\GraphQL\Server\ServerConfig The server configuration.
1 method overrides ServerInterface::configuration()
- Server::configuration in src/
Entity/ Server.php
File
- src/
Entity/ ServerInterface.php, line 38
Class
- ServerInterface
- Defines a GraphQL server that has configuration and executes queries.
Namespace
Drupal\graphql\EntityCode
public function configuration();