plugin-graphql icon indicating copy to clipboard operation
plugin-graphql copied to clipboard

Vuex ORM persistence plugin to sync the store against a GraphQL API.

Results 71 plugin-graphql issues
Sort by recently updated
recently updated
newest added

According to the docs, you can define a function to construct the InputTypeName for a mutation. That function seems to be ignored, see [transformer.ts:258](https://github.com/vuex-orm/plugin-graphql/blob/159971215f47c266d475fbae49450fa28edaa503/src/graphql/transformer.ts#L258).

Bumps [i](https://github.com/pksunkara/inflect) from 0.3.6 to 0.3.7. Commits 71961bd Version bump v0.3.7 a9a0a8e Fix CVE-2021-3820 c025e15 Fix formatting dace42b Move away from travis 22fa473 Merge pull request #30 from pksunkara/dependabot/add-v2-config-file e84c23a...

dependencies

The error from a failure of introspection is never caught and passed unto the `reject`. This would cause an uncaught promise error which any user of vuex orm plugin graphql...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Does someone know what the state of support for Vue 3 / Vue Next is? Means what works and what does not.

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

From https://vuex-orm.github.io/plugin-graphql/guide/connection-mode.html#mode-2-nodes : > This is the preferred mode and used for the example queries in this documentation. This section is a bit unclear. Specifically it would be useful to...

perist -> persist Looks like `customMutation` is meant to be `customQuery` in the first paragraph [here](https://vuex-orm.github.io/plugin-graphql/guide/custom-queries.html#model-related-custom-query). Also includes a few small changes aimed to improve readability