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
Namespace
Drupal\graphql\PluginCode
public function getMutations();