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

graphql.nadel.validation.NadelValidationContext.kt Maven / Gradle / Ivy

package graphql.nadel.validation

internal data class NadelValidationContext(
    val visitedTypes: MutableSet = hashSetOf(),
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy