3

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.

1 Answers1

1

I solved this by using the plugin (vue add apollo) rather than the manual installation. Then I used the Usage in Vue Components guide to do the rest.