All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.nadel.hints.NewBatchHydrationGroupingHint.kt Maven / Gradle / Ivy

Go to download

Nadel is a Java library that combines multiple GrahpQL services together into one API.

There is a newer version: 2024-11-20T03-31-21-302962b7
Show newest version
package graphql.nadel.hints

fun interface NewBatchHydrationGroupingHint {
    /**
     * Uses new grouping algorithm for batched hydrations.
     */
    operator fun invoke(): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy