rxFlowable

fun <D : Operation.Data> ApolloCall<D>.rxFlowable(scheduler: Scheduler = Schedulers.io()): Flowable<ApolloResponse<D>>

Deprecated (with error)

use kotlinx-coroutines-rx3 directly

Replace with

toFlow.asFlowable(scheduler.asCoroutineDispatcher())