G Q L Union Type Extension
data class GQLUnionTypeExtension(sourceLocation: SourceLocation, name: String, directives: List<GQLDirective>, memberTypes: List<GQLNamedType>) : GQLDefinition, GQLTypeExtension
Content copied to clipboard
Functions
copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
writeInternal
Link copied to clipboard
Properties
directives
Link copied to clipboard
memberTypes
Link copied to clipboard
sourceLocation
Link copied to clipboard