vue-graphql-inject
v1.0.0
Published
 [](https://www.npmjs.com/package/vue-graphql-inject) [Congratulations, you're now read to get started! Now you can use the following code in your Vue components:
// For mutations:
this.$gql().mutations.UpdateUser
// For quries:
this.$gql().queries.GetUserInstall
With NPM:
$ npm install vue-graphl-injectWith Yarn:
$ yarn add vue-graphql-inject