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.
Fragment
PROTOCOL
Fragment
Swift
1public protocol Fragment: AnySelectionSetA protocol representing a fragment that a SelectionSet object may be converted to.
A SelectionSet can be converted to any Fragment included in it's Fragments object via
its fragments property.
Properties
fragmentDefinition
Swift
1static var fragmentDefinition: StaticString