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.
ApolloCompatible
PROTOCOL
ApolloCompatible
Swift
1public protocol ApolloCompatibleProtocol to allow calls to extended methods and vars as object.apollo.method
NOTE: This does not work with a bunch of stuff involving generic types - those
still need to use old-school apollo_method naming conventions.
Properties
apollo
Swift
1var apollo: ApolloExtension<Base>The ApolloExtension object for an instance
apollo
Swift
1static var apollo: ApolloExtension<Base>.TypeThe ApolloExtension object for a type