Uses of Class
graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationOptions
-
Packages that use DataLoaderDispatcherInstrumentationOptions Package Description graphql.execution.instrumentation.dataloader -
-
Uses of DataLoaderDispatcherInstrumentationOptions in graphql.execution.instrumentation.dataloader
Fields in graphql.execution.instrumentation.dataloader declared as DataLoaderDispatcherInstrumentationOptions Modifier and Type Field Description private DataLoaderDispatcherInstrumentationOptions
DataLoaderDispatcherInstrumentation. options
Methods in graphql.execution.instrumentation.dataloader that return DataLoaderDispatcherInstrumentationOptions Modifier and Type Method Description DataLoaderDispatcherInstrumentationOptions
DataLoaderDispatcherInstrumentationOptions. includeStatistics(boolean flag)
This will toggle the ability to include java-dataloader statistics into the extensions output of your querystatic DataLoaderDispatcherInstrumentationOptions
DataLoaderDispatcherInstrumentationOptions. newOptions()
Constructors in graphql.execution.instrumentation.dataloader with parameters of type DataLoaderDispatcherInstrumentationOptions Constructor Description DataLoaderDispatcherInstrumentation(DataLoaderDispatcherInstrumentationOptions options)
Creates a DataLoaderDispatcherInstrumentation with the specified options
-