GQLInlineFragment

data class GQLInlineFragment(sourceLocation: SourceLocation, typeCondition: GQLNamedType, directives: List<GQLDirective>, selectionSet: GQLSelectionSet) : GQLSelection

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>
selectionSet
Link copied to clipboard
val selectionSet: GQLSelectionSet
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
typeCondition
Link copied to clipboard
val typeCondition: GQLNamedType