Instance Methodgraphqlswift.graphql 3.0.0GraphQL
get(key:)
AST.swift:829func get(key: String) -> NodeResult?
func get(key: String) -> NodeResult?
import GraphQL
final class Argument
@frozen struct String
A Unicode string value that is a collection of characters.
enum NodeResult
let kind: Kind
let loc: Location?
var name: Name { get }
var value: Value { get }
static func == (lhs: Argument, rhs: Argument) -> Bool
func set(value: NodeResult?, key: String)