Instance Methodgraphqlswift.graphql 3.0.0GraphQL
set(_:for:)
Map.swift:476mutating func set(_ value: Map, for indexPath: [IndexPathElement]) throws
Other members in extension
Type members
init(OrderedDictionary<String, Map>?
) init(OrderedDictionary<String, Map>
) init(String?
) init(String
) init([Map]?
) init([Map]
) init(Bool?
) init(Bool
) init(Double?
) init(Double
) init(Int?
) init(Int
) init(Number?
) init(Number
) init<T>(T, encoder: MapEncoder
) throws init(any: Any?
) throws init(arrayLiteral: Map...
) init(booleanLiteral: BooleanLiteralType
) init(dictionaryLiteral: (String, Map)...
) init(extendedGraphemeClusterLiteral: String
) init(floatLiteral: FloatLiteralType
) init(from: Decoder
) throws init(integerLiteral: IntegerLiteralType
) init(nilLiteral: Void
) init(stringLiteral: StringLiteralType
) init(unicodeScalarLiteral: String
) static let encoder: MapEncoder
static func double(Double
) -> Map static func int(Int
) -> Map
Instance members
var array: [Map]?
var bool: Bool?
var debugDescription: String
var description: String
var dictionary: OrderedDictionary<String, Map>?
var double: Double?
var int: Int?
var isArray: Bool
var isDictionary: Bool
var isNull: Bool
var isNumber: Bool
var isString: Bool
var isUndefined: Bool
var string: String?
var typeDescription: String
subscript(IndexPathElement...
) -> Map subscript(IndexPath
) -> Map func arrayValue(converting: Bool
) throws -> [Map] func boolValue(converting: Bool
) throws -> Bool func description(debug: Bool
) -> String func dictionaryValue(converting: Bool
) throws -> OrderedDictionary<String, Map> func doubleValue(converting: Bool
) throws -> Double func encode(to: Encoder
) throws func get(IndexPathElement...
) throws -> Map func get(IndexPath
) throws -> Map func get<T>(IndexPathElement...
) throws -> T func hash(into: inout Hasher
) func intValue(converting: Bool
) throws -> Int func remove(IndexPathElement...
) throws func remove([IndexPathElement]
) throws func set(Map, for: IndexPathElement...
) throws func stringValue(converting: Bool
) throws -> String