Roman Lamsal

Results 3 issues of Roman Lamsal

**Describe the bug** When passing a store directly into `render` as option, all mutations are lost on Vue2 components. ```ts // won't work const store = new Vuex.Store({ mutations: {...

bug

The advanced configuration for queries is missing in the type defs. Also the readme states that `pagination` is a string, which is not true (technically string and number work, but...

When executing the query ``` 1 | { "foo": "bar" } ``` I would expect to receive `{ "foo": "bar" }` as a result, yet the above will just be...