Package | Description |
---|---|
graphql.execution.instrumentation.tracing |
Modifier and Type | Method and Description |
---|---|
TracingSupport.TracingContext |
TracingSupport.beginField(DataFetchingEnvironment dataFetchingEnvironment,
boolean trivialDataFetcher)
This should be called to start the trace of a field, with
onEnd() being called to
end the call. |
TracingSupport.TracingContext |
TracingSupport.beginParse()
This should be called to start the trace of query parsing, with
onEnd() being called to
end the call. |
TracingSupport.TracingContext |
TracingSupport.beginValidation()
This should be called to start the trace of query validation, with
onEnd() being called to
end the call. |
Copyright © 2019. All rights reserved.