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.
Selection.Field
STRUCT
Selection.Field
Swift
1public struct FieldProperties
name
Swift
1public let name: Stringalias
Swift
1public let alias: String?arguments
Swift
1public let arguments: [String: InputValue]?type
Swift
1public let type: OutputTyperesponseKey
Swift
1public var responseKey: StringMethods
init(_:alias:type:arguments:)
Swift
1public init(
2 _ name: String,
3 alias: String? = nil,
4 type: OutputType,
5 arguments: [String: InputValue]? = nil
6)Give FeedbackFeedback