![JAR search and dependency download from the Maven repository](/logo.png)
graphql.nadel.validation.NadelValidationContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nadel-engine-nextgen Show documentation
Show all versions of nadel-engine-nextgen Show documentation
Nadel is a Java library that combines multiple GrahpQL services together into one API.
The newest version!
package graphql.nadel.validation
internal data class NadelValidationContext(
val visitedTypes: MutableSet = hashSetOf(),
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy