GQLSelectionSet
class GQLSelectionSet(val selections: List<GQLSelection>, val sourceLocation: SourceLocation? = null) : GQLNode
Deprecated
For brevity, GQLSelectionSet has been removed. Use `selections` directly
Properties
Functions
Link copied to clipboard
fun copy(selections: List<GQLSelection> = this.selections, sourceLocation: SourceLocation? = this.sourceLocation): GQLSelectionSet
Link copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Link copied to clipboard
Internal-only. Copies this code using the given children