GQLArgument

data class GQLArgument(sourceLocation: SourceLocation, name: String, value: GQLValue) : GQLNode

Functions

copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Internal-only.
writeInternal
Link copied to clipboard
open override fun writeInternal(writer: SDLWriter)
Internal-only.

Properties

children
Link copied to clipboard
open override val children: List<GQLValue>
The children of this node.
name
Link copied to clipboard
val name: String
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
value
Link copied to clipboard
val value: GQLValue