Im trying to write new data to apollo cache, on mu...
# orm-help
p
Im trying to write new data to apollo cache, on mutation update. It worked fine with concat() until I switched to using Prisma. Now new data just ends up behind everything else, so its in bottom of my page. Any tips on that? 😛