flowable

@NotNull
@CheckReturnValue
open fun <T : Operation.Data?> flowable(@NotNull call: ApolloCall<T>, @NotNull backpressureStrategy: BackpressureStrategy): Flowable<ApolloResponse<T>>
@NotNull
@CheckReturnValue
open fun <T : Operation.Data?> flowable(@NotNull call: ApolloCall<T>): Flowable<ApolloResponse<T>>