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.
Cancellable
PROTOCOL
Cancellable
Swift
1public protocol Cancellable: AnyObjectAn object that can be used to cancel an in progress action.
Methods
cancel()
Swift
1func cancel()Cancel an in progress action.