rxPrefetch

@CheckReturnValue
@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_0_0)
inline fun <D : Operation.Data> ApolloClient.rxPrefetch(operation: Operation<D>, configure: ApolloCall<D>.() -> ApolloCall<D> = { this }): Nothing

Deprecated (with error)

3.x doesn't have prefetch anymore. Use a query and ignore the return value