graphql_tracing_response
apply_filters( 'graphql_tracing_response', $trace, $this );
Filter the trace
- Type: filter
- Group: Debugging and Instrumentation
- Since: 0.2.0
- Source File:
plugins/wp-graphql/src/Utils/Tracing.php
Parameters
$trace(Trace): The trace to return$instance(\WPGraphQL\Utils\Tracing): The Tracing class instance
Source
apply_filters( 'graphql_tracing_response', $trace, $this );
Related
QueryLog::get_query_log()inplugins/wp-graphql/src/Utils/QueryLog.php:170Tracing::get_trace()inplugins/wp-graphql/src/Utils/Tracing.php:390