graphql.nadel.engine.transform.hydration.batch.NadelResolvedObjectBatch.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nadel Show documentation
Show all versions of nadel Show documentation
Nadel is a Java library that combines multiple GrahpQL services together into one API.
package graphql.nadel.engine.transform.hydration.batch
import graphql.nadel.ServiceExecutionResult
import graphql.nadel.engine.transform.result.json.JsonNode
internal data class NadelResolvedObjectBatch(
val sourceInputs: List,
val result: ServiceExecutionResult,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy