This PR makes loadOnRefetch work for reactive queries as well, such that if you change the query, like when you change $body, it does not pass isLoading down.
Ah damn, turns out this does not work, because when you change the $body on a reactive query, it first sends undefined back before updating the subscription.
This PR makes loadOnRefetch work for reactive queries as well, such that if you change the query, like when you change
$body
, it does not pass isLoading down.Extends #32.