graphql_connection_edge
apply_filters( 'graphql_connection_edge', $edge, $this );
Filter the edge within the connection.
- Type: filter
- Group: Connections
- Since: 0.0.6
- Source File:
plugins/wp-graphql/src/Data/Connection/AbstractConnectionResolver.php
Parameters
$edge(array<string,mixed>): The edge within the connection$resolver(self): Instance of the connection resolver class
Source
apply_filters( 'graphql_connection_edge', $edge, $this );
Related
AbstractConnectionResolver::prepare_edges()inplugins/wp-graphql/src/Data/Connection/AbstractConnectionResolver.php:1399