FieldArguments
STRUCT
FieldArguments
Swift
1public struct FieldArguments: ExpressibleByDictionaryLiteral
Methods
init(dictionaryLiteral:)
Swift
1public init(dictionaryLiteral elements: (String, InputValue)...)
evaluate(with:)
Swift
1public func evaluate(with variables: [String: JSONEncodable]?) throws -> JSONValue
evaluate(with:)
Swift
1public func evaluate(with variables: [String: JSONEncodable]?) throws -> JSONObject