* Pass back `isLoading` to scoped-slot
Right now `loading` is only set when a result is received, not when the request is sent. Using `watchLoading`, we can pass the loading state from when the request is sent.
* Use $apolloData.loading
We can simply use the $apolloData.loading property to get the current loading state of the query.