Package org.restheart.graphql.models
Class DataLoaderSettings
java.lang.Object
org.restheart.graphql.models.DataLoaderSettings
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataLoaderSettings.BuildervoidsetBatching(Boolean enabled)voidsetCaching(Boolean enabled)voidsetMax_batch_size(Integer max_batch_size)
-
Method Details
-
newBuilder
-
getBatching
-
getCaching
-
getMax_batch_size
-
setBatching
-
setCaching
-
setMax_batch_size
-