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

graphql.nadel.enginekt.transform.result.json.JsonNode.kt Maven / Gradle / Ivy

Go to download

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

The newest version!
package graphql.nadel.enginekt.transform.result.json

data class JsonNode(
    val resultPath: JsonNodePath,
    val value: Any?,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy