Component Option
travis-r6s opened this issue · 0 comments
travis-r6s commented
Firstly, a really nice library! And approximately 500x smaller than my usual Vue-Apollo setup :)
I was wondering if there are plans, or if it is possible to integrate it into component options, similar to vue apollo - E.g.
<script>
export default {
apollo: {
query: ...
...
Rather than using the Query components? And also could you access the client through something like this.$vql
?