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
ENUM
Selection
Swift
1public enum SelectionCases
field(_:)
Swift
1case field(Field)booleanCondition(_:)
Swift
1case booleanCondition(BooleanCondition)typeCase(_:)
Swift
1case typeCase(TypeCase)fragmentSpread(_:)
Swift
1case fragmentSpread(FragmentSpread)