ScalarValue
public enum ScalarValue
Undocumented
-
Undocumented
Declaration
Swift
case string(String) -
Undocumented
Declaration
Swift
case number(Number) -
Undocumented
Declaration
Swift
case bool(Bool) -
Undocumented
Declaration
Swift
public func string() throws -> String -
Undocumented
Declaration
Swift
public func int() throws -> Int -
Undocumented
Declaration
Swift
public func float() throws -> Double -
Undocumented
Declaration
Swift
public func bool() throws -> Bool -
Undocumented
Declaration
Swift
public func id() throws -> IDValue
View on GitHub
ScalarValue Enumeration Reference