graphql_get_type_registry
do_action( 'graphql_get_type_registry', self::$type_registry );
Fire an action when the Type Registry is returned
- Type: action
- Group: Schema Registration
- Since: 1.1.5
- Source File:
plugins/wp-graphql/src/WPGraphQL.php
Parameters
$type_registry(\WPGraphQL\Registry\TypeRegistry): The GraphQL type registry.
Source
do_action( 'graphql_get_type_registry', self::$type_registry );
Related
WPGraphQL::get_type_registry()inplugins/wp-graphql/src/WPGraphQL.php:984