You are here

public function PersistedQueryPluginInterface::getWeight in GraphQL 8.4

Returns the weight of this plugin instance.

Return value

int The default weight for the given stage.

1 method overrides PersistedQueryPluginInterface::getWeight()
PersistedQueryPluginBase::getWeight in src/PersistedQuery/PersistedQueryPluginBase.php
Returns the weight of this plugin instance.

File

src/Plugin/PersistedQueryPluginInterface.php, line 50

Class

PersistedQueryPluginInterface
Defines plugins that represent persisted GraphQL queries.

Namespace

Drupal\graphql\Plugin

Code

public function getWeight();