You are here

function graphql_graphql_input_types_alter in GraphQL 8.3

Implements hook_graphql_input_types_alter().

File

./graphql.module, line 141

Code

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