plugin-graphql-ecoweb
v1.0.0-rc.41
Published
Vuex-ORM persistence plugin to sync the store against a GraphQL API. This is a copy of the plugin '@vuex-orm/plugin-graphql'. They did all the work, I just changed some things to make it work for my project. Check them on Github: https://github.com/vuex-o
Downloads
2
Maintainers
Readme
Vuex-ORM-GraphQL is a plugin for the amazing Vuex-ORM, which brings Object-Relational Mapping access to the Vuex Store. Vuex-ORM-GraphQL enhances Vuex-ORM to let you sync your Vuex state via the Vuex-ORM models with your server via a GraphQL API.
The plugin will automatically generate GraphQL queries and mutations based on your model definitions and by
reading your and GraphQL schema from your server. Thus it hides the specifics of Network Communication, GraphQL,
Caching, De- and Serialization of your Data and so on from the developer. Getting a record of a model from the server
is as easy as calling Product.fetch()
. This allows you to write sophisticated Single-Page Applications fast and
efficient without worrying about GraphQL.
Documentation
You can find the complete documentation at https://vuex-orm.github.io/plugin-graphql/.
Questions & Discussions
Join us on our Slack Channel for any questions and discussions.
While there is the Slack Channel, do not hesitate to open an issue for any question you might have. We're always more than happy to hear any feedback, and we don't care what kind of form they are.
Donations
Support this project by sending a small donation to the developer.
License
Vuex ORM GraphQL is open-sourced software licensed under the MIT license.