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