You are here

public function ServerInterface::getPersistedQueryInstances in GraphQL 8.4

Returns the current persisted queries set.

Return value

\Drupal\graphql\Plugin\PersistedQueryPluginInterface[]

1 method overrides ServerInterface::getPersistedQueryInstances()
Server::getPersistedQueryInstances in src/Entity/Server.php
Returns the current persisted queries set.

File

src/Entity/ServerInterface.php, line 65

Class

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

Namespace

Drupal\graphql\Entity

Code

public function getPersistedQueryInstances();