Uses of Interface
graphql.execution.instrumentation.tracing.TracingSupport.TracingContext
Packages that use TracingSupport.TracingContext
-
Uses of TracingSupport.TracingContext in graphql.execution.instrumentation.tracing
Methods in graphql.execution.instrumentation.tracing that return TracingSupport.TracingContextModifier and TypeMethodDescriptionTracingSupport.beginField
(DataFetchingEnvironment dataFetchingEnvironment, boolean trivialDataFetcher) This should be called to start the trace of a field, withonEnd()
being called to end the call.TracingSupport.beginParse()
This should be called to start the trace of query parsing, withonEnd()
being called to end the call.TracingSupport.beginValidation()
This should be called to start the trace of query validation, withonEnd()
being called to end the call.private TracingSupport.TracingContext
TracingSupport.traceToMap
(Map<String, Object> map)