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.
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