Apollo Client Reactive variables initialization

I would like to know if there is a way to do the below

  1. hydrate reactive variable with initial value just the way Redux does
  2. update reactiveVars with the data that is received from the useQuery directly without the need to call and set it.