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.
ParentType
ENUM
ParentType
Swift
1public enum ParentTypeCases
Object(_:)
Swift
1case Object(Object.Type)Interface(_:)
Swift
1case Interface(Interface.Type)Union(_:)
Swift
1case Union(Union.Type)