You are here

function graphql_graphql_subscriptions_alter in GraphQL 8.3

Implements hook_graphql_mutations_alter().

File

./graphql.module, line 134

Code

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