This project is powered by i22 Digitalagentur GmbH
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.
You can find the complete documentation at https://vuex-orm.github.io/plugin-graphql/.
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.
Support this project by sending a small donation to the developer.
Vuex ORM GraphQL is open-sourced software licensed under the MIT license.