You are here

public function SchemaBuilderInterface::hasMutations in GraphQL 8.3

Checks if the schema has any mutations.

Return value

bool TRUE if the schema has any mutations, FALSE otherwise.

1 method overrides SchemaBuilderInterface::hasMutations()
SchemaPluginBase::hasMutations in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Checks if the schema has any mutations.

File

src/Plugin/SchemaBuilderInterface.php, line 27

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function hasMutations();