RxApollo
RxApollo copied to clipboard
RxSwift extensions for Apollo
Just wondering, considering this discussion: https://github.com/apollographql/apollo-ios/issues/473 since it might result more than once, if cancellable should be an observer, and not a maybe or single. https://github.com/scottrhoyt/RxApollo/blob/208fc07c4b4ba349643f655ad2d6a5bd0402527e/RxApollo/RxApollo.swift#L38
Not sure whether this repo is dead or not, but gonna put it up here in case someone else encounters the same problem. If you set the cache policy to...
Is there any plan to maintain this ?
Can you help me please. I try to get current error received in: }, onError: { (error) in print(error) }) But i can not access to the error only y...
in Apollo-iOS 0.8.0 When there's no cache in ApolloStore, and you call `apolloClient.watch()` with `CachePolicy.returnCacheDataDontFetch` causes data: nil and error: nil. ```swift apolloClient.watch(query: query, cachePolicy: .returnCacheDataDontFetch, queue: queue, resultHandler: handler)...