GQLSelectionSet

data class GQLSelectionSet(selections: List<GQLSelection>, sourceLocation: SourceLocation) : 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<GQLSelection>
The children of this node.
selections
Link copied to clipboard
val selections: List<GQLSelection>
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation