I've noticed an issue when save multiple entities within a Promise.all, it happen sometime that an entity would appear twice in the GraphQL results while having the exact same id. I've noticed this issue after updating to Checkpoint v37 and doing this change:
snapshot-labs/delegates-api@3940045
When 2 results appear they are exactly the same, making it feel like it's not 2 different rows on the database with different block range otherwise I imagine the results would be different.
I've noticed an issue when save multiple entities within a Promise.all, it happen sometime that an entity would appear twice in the GraphQL results while having the exact same id. I've noticed this issue after updating to Checkpoint v37 and doing this change:
snapshot-labs/delegates-api@3940045
When 2 results appear they are exactly the same, making it feel like it's not 2 different rows on the database with different block range otherwise I imagine the results would be different.