Uses of Interface
graphql.execution.instrumentation.tracing.TracingSupport.TracingContext
-
Packages that use TracingSupport.TracingContext Package Description graphql.execution.instrumentation.tracing -
-
Uses of TracingSupport.TracingContext in graphql.execution.instrumentation.tracing
Methods in graphql.execution.instrumentation.tracing that return TracingSupport.TracingContext Modifier and Type Method Description TracingSupport.TracingContext
TracingSupport. beginField(DataFetchingEnvironment dataFetchingEnvironment, boolean trivialDataFetcher)
This should be called to start the trace of a field, withonEnd()
being called to end the call.TracingSupport.TracingContext
TracingSupport. beginParse()
This should be called to start the trace of query parsing, withonEnd()
being called to end the call.TracingSupport.TracingContext
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(java.util.Map<java.lang.String,java.lang.Object> map)
-