Open
Description
As a newcomer, the documentation leaves me behind confused and irritated.
- Why can't I just use the apollo client to query? Where to find it
- What is the design decision/benefit to use a property, not a
$apollo.query
method? - How to re-evaluate the
apollo
property? How is it triggered? - Is the
apollo
field executed only together with thecreated
vue lifecycle hook? Sometime else?
This needs to be clearly documented and why this behavior is the default one.