GQLType

sealed class GQLType : GQLNode

Functions

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

Properties

children
Link copied to clipboard
abstract val children: List<GQLNode>
The children of this node.
sourceLocation
Link copied to clipboard
abstract val sourceLocation: SourceLocation

Inheritors

GQLNamedType
Link copied to clipboard
GQLNonNullType
Link copied to clipboard
GQLListType
Link copied to clipboard

Extensions

leafType
Link copied to clipboard
fun GQLType.leafType(): GQLNamedType
pretty
Link copied to clipboard
fun GQLType.pretty(): String