Class TracingInstrumentation.Options
java.lang.Object
graphql.execution.instrumentation.tracing.TracingInstrumentation.Options
- Enclosing class:
TracingInstrumentation
-
Method Summary
Modifier and TypeMethodDescriptionincludeTrivialDataFetchers(boolean flag) By default trivial data fetchers (those that simple pull data from an object into field) are included in tracing but you can control this behavior.boolean
-
Method Details
-
isIncludeTrivialDataFetchers
public boolean isIncludeTrivialDataFetchers() -
includeTrivialDataFetchers
By default trivial data fetchers (those that simple pull data from an object into field) are included in tracing but you can control this behavior.- Parameters:
flag- the flag on whether to trace trivial data fetchers- Returns:
- a new options object
-
newOptions
-