jvmMain.assembly.Keys.kt Maven / Gradle / Ivy
package io.fluidsonic.raptor.ktor.graph
import io.fluidsonic.graphql.*
import io.fluidsonic.raptor.*
internal object Keys {
val graphInstalledExtension = RaptorComponentExtensionKey("ktor graph installed")
val graphRouteProperty = RaptorPropertyKey("ktor graph route")
val graphSchemaProperty = RaptorPropertyKey("ktor graph schema")
}