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

Option to switch between insert and create

Open phortx opened this issue 5 years ago • 1 comments

from #101:

should have a flag which simply does vuex orm .create() instead of a .insert() (would solve pagination)

phortx avatar Jun 03 '19 07:06 phortx

I think just making another action instead of fetch is sufficient. I just made my own action. which does a Store.createData

tonipepperoni avatar Jun 03 '19 10:06 tonipepperoni