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.
CompilationResult.Selection
ENUM
CompilationResult.Selection
Swift
1public enum Selection: JavaScriptValueDecodable, CustomDebugStringConvertible, HashableCases
field(_:)
Swift
1case field(Field)inlineFragment(_:)
Swift
1case inlineFragment(InlineFragment)fragmentSpread(_:)
Swift
1case fragmentSpread(FragmentSpread)Properties
debugDescription
Swift
1public var debugDescription: String