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.
GraphQLOperation
PROTOCOL
GraphQLOperation
Swift
1public protocol GraphQLOperation: AnyObject, HashableProperties
operationName
Swift
1static var operationName: StringoperationType
Swift
1static var operationType: GraphQLOperationTypedocument
Swift
1static var document: DocumentTypevariables
Swift
1var variables: Variables?