-
Hi. Is it have sense to merge functionality from this repo https://github.com/aarondfrancis/vue-model ?
I think it would be nice to extend the functionality of the orm, or should it be done in the …
-
It would be nice when the plugin could print the version and whether it's linked or not. Like: `[Vuex-ORM-GraphQL] Version 1.0.0-rc.8 (linked from /Users/superman/projects/vuex-orm-graphql)`
Not su…
-
I have a working setup of Vue.js app with Vuex store and vuex-orm. I am able to interact with my models and basically everything works so good i feel i'm slowly falling in love with vuex-orm.
But! …
-
Greetings.
Quick question,
Are getters reactive?
If i use `this.$store.getters['entities/user/find']('id')` to retreive an user, it won't change the fields if the user data changes.
-
Hi all guys,
I have a very strange (and probably stupid) problem that I am not able to resolve.
I have updated vuex-orm from 0.24.5 to 0.25.1, all run well. Then I try to update from 0.25.1 to 0.25.…
-
Good day!
I'm currently working on some new project and chose a Vue as frontend framework. After some research i found the VuexORM project as a perfect solution to organise data. But unfortunately it…
-
Many ORMs provide model methods like `.find()`, `.create()` or `.save()`. With Vuex-ORM we have to use rather long lines like `this.$store.dispatch('entities/users/create', { data: { ... } })` or `thi…
-
With a schema using `ID` type, fetching a record via `fetch` coerces number type to `Int`.
Example query:
```
query PriceLists($maoId: ID) {
priceLists(filter: {maoId: $maoId}) {
nodes …
-
I am currently following the [Defining Relationships](https://vuex-orm.github.io/vuex-orm/relationships/defining-relationships.html) documentation and can't get the relations to be retrieved.
Using…
-
I wanted to publish the orm-vuex-apollo plugin with the name `@vuex-orm/plugin-apollo`, because the search plugin uses a similar name and well it made sense for me.
I got `Error: Forbidden : @vuex-…