GQLTypeExtension

interface GQLTypeExtension : GQLTypeSystemExtension, GQLNamed

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.
name
Link copied to clipboard
abstract val name: String
sourceLocation
Link copied to clipboard
abstract val sourceLocation: SourceLocation

Inheritors

GQLEnumTypeExtension
Link copied to clipboard
GQLObjectTypeExtension
Link copied to clipboard
GQLInputObjectTypeExtension
Link copied to clipboard
GQLScalarTypeExtension
Link copied to clipboard
GQLInterfaceTypeExtension
Link copied to clipboard
GQLUnionTypeExtension
Link copied to clipboard