-
If a mutation returns a non integer id (like a relay node), a new record with id NaN is created.
I found this while debugging:
https://github.com/vuex-orm/plugin-graphql/blob/0730a86e8efa4e584312c49…
mkaay updated
5 years ago
-
I am having issue with following code
```javascript
Product.$create({
data: this.model
}).then(response => {
/*Commented code
Product.insert({
data: response.product
})
…
-
Currently this plugin has a strong opinion how the schema should look like, how the types are named, filters are setup and connections are build. This opinion is heavily based on the https://github.co…
-
Like the title says, it would be great if we could tell it to not display a row if the deleted_at column isn't null. Just like Laravel and other frameworks.
Currently I would have to add a where cl…
-
Currently, all relational data is fetched eagerly.
This could potentially be a problem with related data that has vast amount of records. It is probably not always desirable to fetch `all` relation…
-
Multiple insertion with same parent goes wrong if foreign key is part of the primary key:
```
const Vue = require('vue')
const Vuex = require('vuex')
const VuexORM = require('@vuex-orm/core')
…
-
Hello, this is somewhat related to my earlier comments in #167. What I've come to learn is that what I was looking for in my app is an ODM layer on top of Vuex, Firestore, vuexfire. Inspired by [Mongo…
-
I'm having problems making queries and creating / updating / deleting things in django graphql through the graphql plugin of vuex orm.
From the interface provided by django to execute queries, I ca…
-
[Homekit with Insteon.docx](https://github.com/kuestess/homebridge-platform-insteonlocal/files/3998205/Homekit.with.Insteon.docx)
I have left comments and help - Thank you for the work on this Plu…
-
Hey, I really like what this project is trying to achieve. This project may be my lifesaver since 2019... I would gladly contribute to this project in any way
So that I could have a try, could I a…