apollographql/apollo-client

Add `subscribeToMore` functionality to `useQueryRefHandlers`, `useBackgroundQuery`

bignimbus opened this issue · 0 comments

Context: https://community.apollographql.com/t/how-to-use-subscriptions-together-with-preloadquery/7434/3

Some of our hooks include subscribeToMore in the results object. We want to ensure that all relevant hooks include subscribeToMore, including useQueryRefHandlers and useBackgroundQuery.