EXTENSION
Optional
extension Optional: GraphQLInputValue
Properties
jsonValue
public var jsonValue: JSONValue
Methods
evaluate(with:)
public func evaluate(with variables: [String: JSONEncodable]?) throws -> JSONValue
init(jsonValue:)
public init(jsonValue value: JSONValue) throws