set options(v: ApolloQueryControllerOptions<D, V>) {
    const { onData, onError, shouldSubscribe } = this.controller.options;
    this.controller.options = {
      onData, onError, shouldSubscribe, ...v,
    };