You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// custom-adapter.jsimport{DefaultAdapter,ConnectionMode}from"@vuex-orm/plugin-graphql"exportdefaultclassCustomAdapterextendsDefaultAdapter{constructor(){super()}getConnectionMode(){returnConnectionMode.EDGES}// Your code}
I had installed quasar and configured vuex-orm, but I can't get rid of
nodes
from queriesI keep getting this
Connection Query Mode is 2 by config
This is my config of
store
But any my changes to
connectionQueryMode
doesn't make any affectspackacge.json
strings isThe text was updated successfully, but these errors were encountered: