-
Is there any plans to allow this plugin to work serverside or with nuxt?
-
Hi,
First of all thank you for vuex-orm. For me is just a dream come true to be able to replicate a part of back-end data to front-end and using vuex-orm-graphql to be able to do int in one request…
-
This plugin should provide some tools to allow the simple unit testing of components which interact with the GraphQL API.
-
I have a really fiddly error and no idea what the cause is. I have checked that all files are being imported correctly and even rolled back to a previous version of vuex-orm but i still get it. Just w…
-
Hi,
First off: amazing project you're running, KiaKing. Super impressed. I hope I can contribute to it at some point in the future. For now I'm afraid I'm to much of a newbie. So let's contribute …
-
Issue continuing from https://github.com/vuex-orm/vuex-orm-graphql/issues/39.
Related Issue: #44
Let's see how it goes with the API design!
/cc @phortx @madmike
-
Raises from #93
Base idea from @razvanioan.
> I mean that the model to validate it's data upon update, and send back validation results, results that might be interpreted differently, depending…
-
Hi there!
I'm working to get a new project set up with Apollo Client, Apollo Link, babel, and webpack. I use a pretty simple project template to set it up with the documented suggestions in Apo…
-
Hello.
I suddenly began to receive error when deploy. For several days now I can not understand what's wrong.
First I tried to fix my Rails application (configuration). But today I created a new…
afuno updated
5 years ago
-
Is it possible to access entities getters in the associate module ?
Exemple : I have a model post, and a module posts, I would like use in the module :
```js
const getters = {
posts_filte…