You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
About
Vuex ORM persistence plugin to sync the store against a GraphQL API.