GQLListType

data class GQLListType(sourceLocation: SourceLocation, type: GQLType) : GQLType

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<GQLType>
The children of this node.
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
type
Link copied to clipboard
val type: GQLType