api-client/store
Dmitry Yankowski 21c6c07b39 Save GraphQL schema and response in state
Allows the user to go to the settings page, and back to the GraphQL page, without having to re-request the schema or response.
2020-02-24 16:12:02 -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 Added toggle for enabling/disabling auto scrolling (scrollInto functionality) 2020-02-24 10:54:22 -05:00
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00
state.js Save GraphQL schema and response in state 2020-02-24 16:12:02 -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.