Paul
Results
1
issues of
Paul
When I get data from the server all ObjectId cuts because of this method. For example "6018b21ff77a7f08047de270" become "6018" And `id: this.string()` in vuex-orm models doesn't help! https://github.com/vuex-orm/plugin-graphql/blob/b6a878d4d8aed66a8634eb846f3894cac4d2e65f/src/support/utils.ts#L140 Why the...