Uses of Class
graphql.execution.instrumentation.tracing.TracingInstrumentation.Options
-
Packages that use TracingInstrumentation.Options Package Description graphql.execution.instrumentation.tracing -
-
Uses of TracingInstrumentation.Options in graphql.execution.instrumentation.tracing
Fields in graphql.execution.instrumentation.tracing declared as TracingInstrumentation.Options Modifier and Type Field Description private TracingInstrumentation.OptionsTracingInstrumentation. optionsMethods in graphql.execution.instrumentation.tracing that return TracingInstrumentation.Options Modifier and Type Method Description TracingInstrumentation.OptionsTracingInstrumentation.Options. includeTrivialDataFetchers(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.static TracingInstrumentation.OptionsTracingInstrumentation.Options. newOptions()Constructors in graphql.execution.instrumentation.tracing with parameters of type TracingInstrumentation.Options Constructor Description TracingInstrumentation(TracingInstrumentation.Options options)
-