You are here

public function SchemaBuilderInterface::getSubscriptions in GraphQL 8.3

Retrieves the subscriptions attached to the schema.

Return value

array The subscriptions for this schema.

1 method overrides SchemaBuilderInterface::getSubscriptions()
SchemaPluginBase::getSubscriptions in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Retrieves the subscriptions attached to the schema.

File

src/Plugin/SchemaBuilderInterface.php, line 73

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function getSubscriptions();