标签: laravel vue.js graphql apollo-client vue-apollo
I'm using vue-apollo/graphql to build a system. At certain point the system loads a list of posts, each post has comments. How I can load "more comments"? I mean, how to fetch/refetch only the comments relationship?