public async refetch(
    variables?: Variables<D, V>
  ): Promise<C.ApolloQueryResult<Data<D>>> {
    return this.controller.refetch(variables);
  }