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

Can not fetch or customQuery with on Nuxtjs

Open kieuminhcanh opened this issue 4 years ago • 1 comments

I did config follow guide: https://vuex-orm.github.io/plugin-graphql/guide/nuxt.html

When I use

User.fetch(); // unknown action type: entities/user/query
or
User.customQuery({ name: 'me'}); // unknown action type: entities/user/fetch

How can I fix it. Thank

kieuminhcanh avatar Nov 15 '19 17:11 kieuminhcanh

Hard to tell without more information - could you please show the model definitions?

phortx avatar May 02 '20 20:05 phortx