You are here

service plugin.manager.graphql.persisted_query in GraphQL 8.4

Class

Drupal\graphql\Plugin\PersistedQueryPluginManager
3 string references to plugin.manager.graphql.persisted_query
PersistedQueriesForm::create in src/Form/PersistedQueriesForm.php
Instantiates a new instance of this class.
PersistedQueriesTest::setUp in tests/src/Kernel/Framework/PersistedQueriesTest.php
Server::getPersistedQueryInstances in src/Entity/Server.php
Returns the current persisted queries set.

File

./graphql.services.yml
graphql.services.yml

View source
  1. class: Drupal\graphql\Plugin\PersistedQueryPluginManager
  2. arguments:
  3. - Plugin/GraphQL/PersistedQuery
  4. - '@container.namespaces'
  5. - '@module_handler'
  6. - '@cache.graphql.definitions'
  7. - \Drupal\graphql\Plugin\PersistedQueryPluginInterface
  8. - \Drupal\graphql\Annotation\PersistedQuery
  9. - '%graphql.config%'