graphql_connection_loader_name
apply_filters( 'graphql_connection_loader_name', $name, $this );
Filters the loader name. This is the name of the registered DataLoader that will be used to load the data for the connection.
- Type: filter
- Group: Connections
- Since: 0.0.6
- Source File:
plugins/wp-graphql/src/Data/Connection/AbstractConnectionResolver.php
Parameters
$loader_name(string): The name of the loader.$resolver(self): The AbstractConnectionResolver instance.
Source
apply_filters( 'graphql_connection_loader_name', $name, $this );
Related
AbstractConnectionResolver::get_loader_name()inplugins/wp-graphql/src/Data/Connection/AbstractConnectionResolver.php:564