graphql_query_analyzer_get_runtime_nodes
apply_filters( 'graphql_query_analyzer_get_runtime_nodes', $this->runtime_nodes );
Filters runtime node identifiers captured while resolving a GraphQL request.
- Type: filter
- Group: Debugging and Instrumentation
- Since: 1.11.0
- Source File:
plugins/wp-graphql/src/Utils/QueryAnalyzer.php
Parameters
$runtime_nodes(string[]|int[]): Nodes that were resolved during execution
Source
apply_filters( 'graphql_query_analyzer_get_runtime_nodes', $this->runtime_nodes );
Related
QueryAnalyzer::get_runtime_nodes()inplugins/wp-graphql/src/Utils/QueryAnalyzer.php:343