You are here

public function SchemaBuilderInterface::getMutations in GraphQL 8.3

Retrieves the mutations attached to the schema.

Return value

array The mutations for this schema.

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

File

src/Plugin/SchemaBuilderInterface.php, line 65

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function getMutations();