EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
Double
EXTENSION
Double
Swift
1extension Double: JSONDecodable, JSONEncodableProperties
jsonValue
Swift
1@inlinable public var jsonValue: JSONValueasOutputType
Swift
1public static let asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))Methods
init(jsonValue:)
Swift
1@inlinable public init(jsonValue value: JSONValue) throws