G Q L Variable Definition
data class GQLVariableDefinition(sourceLocation: SourceLocation, name: String, type: GQLType, defaultValue: GQLValue?, directives: List<GQLDirective>) : GQLNode
Content copied to clipboard
A variable definition is very similar to an InputValue definition except it doesn't have a description
Constructors
GQLVariableDefinition
Link copied to clipboard
fun GQLVariableDefinition(sourceLocation: SourceLocation = SourceLocation.UNKNOWN, name: String, type: GQLType, defaultValue: GQLValue?, directives: List<GQLDirective>)
Content copied to clipboard
Functions
copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
writeInternal
Link copied to clipboard
Properties
defaultValue
Link copied to clipboard
directives
Link copied to clipboard
sourceLocation
Link copied to clipboard