You are here

function graphql_graphql_fields_alter in GraphQL 8.3

Implements hook_graphql_fields_alter().

File

./graphql.module, line 120

Code

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