api-client/store
Dmitry Yankowski 7022ef5f7e
Fix variables JSON string
I don't have any variables set, and when running a mutation; I get the following error:

```
Error SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at VueComponent._callee$ (graphql.vue?f047:505)
    at tryCatch (runtime.js?96cf:45)
    at Generator.invoke [as _invoke] (runtime.js?96cf:271)
    at Generator.prototype.<computed> [as next] (runtime.js?96cf:97)
    at asyncGeneratorStep (asyncToGenerator.js?1da1:3)
    at _next (asyncToGenerator.js?1da1:25)
    at eval (asyncToGenerator.js?1da1:32)
    at new Promise (<anonymous>)
    at VueComponent.eval (asyncToGenerator.js?1da1:21)
```

Setting the `variablesJSONString` variable to the correct default (`{}`) fixes this issue :)
2020-02-23 19:42:59 -05:00
..
index.js Improving performance 2019-11-28 20:41:52 +05:30
mutations.js Removed mutations for GraphQL variables 2020-01-29 20:21:23 -05:00
postwoman.js fix: remove unused code snippet 2020-02-20 09:46:07 +05:30
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00
state.js Fix variables JSON string 2020-02-23 19:42:59 -05:00

STORE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory automatically activates the option in the framework.

More information about the usage of this directory in the documentation.