I'm trying to consume a remote GraphQL API from Vue using the apollo-client
library and having trouble. I get:
Error in created hook: "TypeError: Cannot read property 'watchQuery' of undefined"
Code is on github at https://github.com/odessa-paige-turner/vue-apollo-graphql
Have you used Apollo? What has been your experience with it? Any help appreciated.