GQLUnionTypeExtension

data class GQLUnionTypeExtension(sourceLocation: SourceLocation, name: String, directives: List<GQLDirective>, memberTypes: List<GQLNamedType>) : GQLDefinition, GQLTypeExtension

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<GQLNode>
The children of this node.
directives
Link copied to clipboard
val directives: List<GQLDirective>
memberTypes
Link copied to clipboard
val memberTypes: List<GQLNamedType>
name
Link copied to clipboard
open override val name: String
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation