G Q L Inline Fragment
data class GQLInlineFragment(sourceLocation: SourceLocation, typeCondition: GQLNamedType, directives: List<GQLDirective>, selectionSet: GQLSelectionSet) : GQLSelection
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
selectionSet
Link copied to clipboard
sourceLocation
Link copied to clipboard
typeCondition
Link copied to clipboard