/
Launch Apollo Studio


EXTENSION

Dictionary

public extension Dictionary

Properties

withNilValuesRemoved

public var withNilValuesRemoved: Dictionary<String, JSONEncodable>

jsonValue

public var jsonValue: JSONValue

jsonObject

public var jsonObject: JSONObject

Methods

+=(_:_:)

static func += (lhs: inout Dictionary, rhs: Dictionary)

evaluate(with:)

public func evaluate(with variables: [String: JSONEncodable]?) throws -> JSONValue

evaluate(with:)

public func evaluate(with variables: [String: JSONEncodable]?) throws -> JSONObject

init(jsonValue:)

public init(jsonValue value: JSONValue) throws
Edit on GitHub