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.
SelectionSetType
ENUM
SelectionSetType
Swift
1public enum SelectionSetType<S: GraphQLSchema>Cases
ObjectType(_:)
Swift
1case ObjectType(S.ObjectType)Interface(_:)
Swift
1case Interface(S.Interface)Union(_:)
Swift
1case Union(S.Union)