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

jvmMain.graphql.coercion.RaptorGraphInputScope.kt Maven / Gradle / Ivy

The newest version!
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy