GQLInlineFragment
data class GQLInlineFragment( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val typeCondition: GQLNamedType, val directives: List<GQLDirective>, val selectionSet: GQLSelectionSet) : GQLSelection
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLInlineFragment( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, typeCondition: GQLNamedType, directives: List<GQLDirective>, selectionSet: GQLSelectionSet)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Internal-only. Copies this code using the given children