Homepage
Docs
Getting Started
Beginner Guides
Using WPGraphQL
Advanced Concepts
Developer Reference
Recipes
Functions
Actions
Filters
Extensions
Blog
Link to WPGraphQL on Github
Link to WPGraphQL on WordPress.org
Change color theme of the site
Open mobile nav
graphql_tracing_response
Filter the trace
php
apply_filters( 'graphql_tracing_response', array $trace, Tracing $tracing );
apply_filters( 'graphql_tracing_response', array $trace, Tracing $tracing );
copy
Params
$trace
(
array
): The trace to return
$tracing
(
Tracing
): The Tracing class instance