plugin-graphql
plugin-graphql copied to clipboard
Vuex ORM persistence plugin to sync the store against a GraphQL API.
Hi! Earlier, it was advised to support argument `query` of type `DocumentNode` (GraphQL AST) in `simpleQuery` and `simpleMutation` methods #70. And it was added, thx! But it has some problems...
it seems that GraphQL errors are thrown into console as JS errors, which makes it difficult to catch and analyze. Is there some way to access the errors?
I get a response of 401 if I am not authenticated in my graphql api. Is there a way to centralised catch all errors from apollo and do something with...
It should be possible to attach different GraphQL APIs with different models in the same app.
To make the development on this plugin easier, it would be nice if there is some playground: a graphql api server and a vue frontend where we can test vuex-orm-apollo...
Is this project still alive? I have some questions. Last commit was 2 years ago
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...