Class ExecutionTrackingResult

java.lang.Object
graphql.agent.result.ExecutionTrackingResult

@PublicApi public class ExecutionTrackingResult extends Object
This is the result of the agent tracking an execution. It can be found inside the GraphQLContext after the execution with the key EXECUTION_TRACKING_KEY Note: While this is public API, the main goal is temporary debugging to understand an execution better with minimal overhead. Therefore this will evolve over time if needed to be performant and reflect the overall execution. It is not recommended to have the agent on always or to rely on this class during normal execution