GQLInputValueDefinition
data class GQLInputValueDefinition( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val description: String?, val name: String, val directives: List<GQLDirective>, val type: GQLType, val defaultValue: GQLValue?) : GQLNode, GQLNamed
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLInputValueDefinition( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, description: String?, name: String, directives: List<GQLDirective>, type: GQLType, defaultValue: GQLValue?)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Internal-only. Copies this code using the given children