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 DataLoaderDispatcherInstrumentationOptionsDataLoaderDispatcherInstrumentation. optionsMethods in graphql.execution.instrumentation.dataloader that return DataLoaderDispatcherInstrumentationOptions Modifier and Type Method Description DataLoaderDispatcherInstrumentationOptionsDataLoaderDispatcherInstrumentationOptions. includeStatistics(boolean flag)This will toggle the ability to include java-dataloader statistics into the extensions output of your querystatic DataLoaderDispatcherInstrumentationOptionsDataLoaderDispatcherInstrumentationOptions. newOptions()Constructors in graphql.execution.instrumentation.dataloader with parameters of type DataLoaderDispatcherInstrumentationOptions Constructor Description DataLoaderDispatcherInstrumentation(DataLoaderDispatcherInstrumentationOptions options)Creates a DataLoaderDispatcherInstrumentation with the specified options
-