public function ServerInterface::removePersistedQueryInstance in GraphQL 8.4
Removes a Persisted Query plugin instance from the persisted queries set.
Parameters
string $queryPluginId: The plugin id to be removed.
1 method overrides ServerInterface::removePersistedQueryInstance()
- Server::removePersistedQueryInstance in src/
Entity/ Server.php - Removes a Persisted Query plugin instance from the persisted queries set.
File
- src/
Entity/ ServerInterface.php, line 53
Class
- ServerInterface
- Defines a GraphQL server that has configuration and executes queries.
Namespace
Drupal\graphql\EntityCode
public function removePersistedQueryInstance($queryPluginId);