GQLTypeSystemExtension

interface GQLTypeSystemExtension : 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

GQLTypeExtension
Link copied to clipboard
GQLSchemaExtension
Link copied to clipboard