rxQuery

inline fun <D : Query.Data> ApolloClient.rxQuery(query: Query<D>, configure: ApolloCall<D>.() -> ApolloCall<D> = { this }): Nothing