You are here

public function PersistedQueryPluginInterface::getDescription in GraphQL 8.4

Returns the plugin's description.

Return value

string The plugin description.

1 method overrides PersistedQueryPluginInterface::getDescription()
PersistedQueryPluginBase::getDescription in src/PersistedQuery/PersistedQueryPluginBase.php
Returns the plugin's description.

File

src/Plugin/PersistedQueryPluginInterface.php, line 42

Class

PersistedQueryPluginInterface
Defines plugins that represent persisted GraphQL queries.

Namespace

Drupal\graphql\Plugin

Code

public function getDescription();