vuex-orm / plugin-graphql

Vuex ORM persistence plugin to sync the store against a GraphQL API.
https://vuex-orm.github.io/plugin-graphql/
MIT License
227 stars 52 forks source link

Feature 87: Adapters #89

Closed phortx closed 5 years ago

phortx commented 5 years ago

This brings a adapter pattern to the plugin which allows to influence the query generation to make it possible to adapt alternative schema designs.

phortx commented 5 years ago

After some basic tests, I think this basically works. I will merge this now, but won't release it yet. Feedback is still welcome :)