Class DataLoaderDispatcherInstrumentationOptions
java.lang.Object
graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationOptions
The options that control the operation of
DataLoaderDispatcherInstrumentation-
Method Summary
Modifier and TypeMethodDescriptionincludeStatistics(boolean flag) This will toggle the ability to include java-dataloader statistics into the extensions output of your queryboolean
-
Method Details
-
newOptions
-
includeStatistics
This will toggle the ability to include java-dataloader statistics into the extensions output of your query- Parameters:
flag- the switch to follow- Returns:
- a new options object
-
isIncludeStatistics
public boolean isIncludeStatistics()
-