graphql_excluded_connections
apply_filters( 'graphql_excluded_connections', [] );
Filter the list of GraphQL connections to excluded from the registry.
- Type: filter
- Group: Schema Registration
- Since: 1.14.0
- Source File:
plugins/wp-graphql/src/Registry/TypeRegistry.php
Parameters
$excluded_connections(string[]): The names of the GraphQL connections to exclude.
Source
apply_filters( 'graphql_excluded_connections', [] );
Related
TypeRegistry::get_excluded_connections()inplugins/wp-graphql/src/Registry/TypeRegistry.php:1855