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