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

simpleMutation and simpleQuery not there? #82

Closed gotexis closed 5 years ago

gotexis commented 5 years ago

I just checked the Vue DevTools and the VueStore, and can see there is no mutation "simpleMutation" and "simpleQuery" under the namespace "entities".

How should I then commit a model unrelated query/ mutation?

gotexis commented 5 years ago

Seems like simpleMutation / simpleQuery are actions, not mutations.