graphql_type_registry
apply_filters( 'graphql_type_registry', $type_registry, self::get_app_context() );
Generate & Filter the schema.
- Type: filter
- Group: Schema Registration
- Since: 0.0.5
- Source File:
plugins/wp-graphql/src/WPGraphQL.php
Parameters
$type_registry(\WPGraphQL\Registry\TypeRegistry): The TypeRegistry for the API$app_context(\WPGraphQL\AppContext): Object The AppContext object containing all of the
Source
apply_filters( 'graphql_type_registry', $type_registry, self::get_app_context() );
Related
WPGraphQL::get_type_registry()inplugins/wp-graphql/src/WPGraphQL.php:986