Skip to content

Instantly share code, notes, and snippets.

@thexande
Last active December 16, 2018 05:09
Show Gist options
  • Save thexande/5362f17c8de1fc0372732a6ee8664ee6 to your computer and use it in GitHub Desktop.
Save thexande/5362f17c8de1fc0372732a6ee8664ee6 to your computer and use it in GitHub Desktop.
public protocol ApolloClientInterface {
@discardableResult func fetch(query: Query,
cachePolicy: CachePolicy,
queue: DispatchQueue,
resultHandler: OperationResultHandler?) -> Cancellable
}
extension ApolloClient: ApolloClientInterface { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment