Instance Propertygraphqlswift.graphql 3.0.0GraphQL
selectionSet
AST.swift:715var selectionSet: SelectionSet? { get }
var selectionSet: SelectionSet? { get }
import GraphQL
final class Field
final class SelectionSet
var alias: Name? { get }
var arguments: [Argument] { get }
var directives: [Directive] { get }
let kind: Kind
let loc: Location?
var name: Name { get }
static func == (lhs: Field, rhs: Field) -> Bool
func get(key: String) -> NodeResult?
func set(value: NodeResult?, key: String)