Uses of Class
graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationOptions
Packages that use DataLoaderDispatcherInstrumentationOptions
-
Uses of DataLoaderDispatcherInstrumentationOptions in graphql.execution.instrumentation.dataloader
Fields in graphql.execution.instrumentation.dataloader declared as DataLoaderDispatcherInstrumentationOptionsModifier and TypeFieldDescriptionprivate final DataLoaderDispatcherInstrumentationOptions
DataLoaderDispatcherInstrumentation.options
Methods in graphql.execution.instrumentation.dataloader that return DataLoaderDispatcherInstrumentationOptionsModifier and TypeMethodDescriptionDataLoaderDispatcherInstrumentationOptions.includeStatistics
(boolean flag) This will toggle the ability to include java-dataloader statistics into the extensions output of your queryDataLoaderDispatcherInstrumentationOptions.newOptions()
Constructors in graphql.execution.instrumentation.dataloader with parameters of type DataLoaderDispatcherInstrumentationOptionsModifierConstructorDescriptionCreates a DataLoaderDispatcherInstrumentation with the specified options