You are here

public function ServerInterface::removeAllPersistedQueryInstances in GraphQL 8.4

Removes all the persisted query instances.

1 method overrides ServerInterface::removeAllPersistedQueryInstances()
Server::removeAllPersistedQueryInstances in src/Entity/Server.php
Removes all the persisted query instances.

File

src/Entity/ServerInterface.php, line 58

Class

ServerInterface
Defines a GraphQL server that has configuration and executes queries.

Namespace

Drupal\graphql\Entity

Code

public function removeAllPersistedQueryInstances();