You are here

public function ServerInterface::getSortedPersistedQueryInstances in GraphQL 8.4

Returns the current persisted queries set, sorted by the plugins weight.

Return value

\Drupal\graphql\Plugin\PersistedQueryPluginInterface[]

1 method overrides ServerInterface::getSortedPersistedQueryInstances()
Server::getSortedPersistedQueryInstances in src/Entity/Server.php
Returns the current persisted queries set, sorted by the plugins weight.

File

src/Entity/ServerInterface.php, line 72

Class

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

Namespace

Drupal\graphql\Entity

Code

public function getSortedPersistedQueryInstances();