vuex-orm / plugin-graphql

Vuex ORM persistence plugin to sync the store against a GraphQL API.
https://vuex-orm.github.io/plugin-graphql/
MIT License
227 stars 52 forks source link

getInputTypeName() seems to be ignored #170

Open leonceaklin opened 3 years ago

leonceaklin commented 3 years ago

According to the docs, you can define a function to construct the InputTypeName for a mutation. That function seems to be ignored, see transformer.ts:258.

tintin10q commented 2 years ago

This still happens.