We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When following the Many To Many example in the docs: https://vuex-orm.github.io/plugin-graphql/guide/relationships.html#many-to-many
I get the following error when using string based IDs:
TypeError: Cannot read property 'hasIncrementFields' of undefined
Only thing I changed on the User model is:
id: this.attr(null) // instead of this.increment()
Is there a way to get Many To Many work with string based IDs?
The text was updated successfully, but these errors were encountered:
Could you check if this is still an issue with the latest release?
Sorry, something went wrong.
No branches or pull requests
When following the Many To Many example in the docs:
https://vuex-orm.github.io/plugin-graphql/guide/relationships.html#many-to-many
I get the following error when using string based IDs:
Only thing I changed on the User model is:
Is there a way to get Many To Many work with string based IDs?
The text was updated successfully, but these errors were encountered: