jvmMain.graphql.coercion.RaptorGraphInputScope.kt Maven / Gradle / Ivy
package io.fluidsonic.raptor
public interface RaptorGraphInputScope : RaptorGraphScope {
// TODO We can throw a special exception that the graph system catches to add contextual information.
// That way we can support it deep inside code and still have that information.
@RaptorDsl
public fun invalid(details: String? = null): Nothing
}