You are here

function graphql_graphql_mutations_alter in GraphQL 8.3

Implements hook_graphql_mutations_alter().

File

./graphql.module, line 127

Code

function graphql_graphql_mutations_alter(&$definitions) {
  _graphql_decorate_deprecated_type($definitions);
}