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

Control eager load (or not) with fetch() #95

Open phortx opened 5 years ago

phortx commented 5 years ago

It would be nice if one could overwrite the model based eagerLoad definitions in fetch(). Also to prevent eager loading of a relation.