graphql_connection_edges

Filters the edges in the connection

apply_filters( 'graphql_connection_edges', array $nodes, AbstractConnectionResolver $resolver );

Params

  • $nodes (array): The nodes in the connection
  • $resolver (AbstractConnectionResolver): Instance of the Connection Resolver