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

jvmMain.graphql.RaptorArgumentNodeExtensionKey.kt Maven / Gradle / Ivy

The newest version!
package io.fluidsonic.raptor.graphql.internal

import io.fluidsonic.graphql.*


private object RaptorArgumentNodeExtensionKey : GNodeExtensionKey


internal val GArgumentDefinition.raptorArgument: GraphArgument?
	get() = extensions[RaptorArgumentNodeExtensionKey]


internal var GNodeExtensionSet.Builder.raptorArgument: GraphArgument?
	get() = get(RaptorArgumentNodeExtensionKey)
	set(value) {
		set(RaptorArgumentNodeExtensionKey, value)
	}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy