Now in playground if I query the database I get ba...
# prisma-whats-new
g
Now in playground if I query the database I get back the latest added and updated nodes, if I query the app I only get back the entries that existed when the server was started. Why doesn’t it work or am I wrong in my expectations on how Prisma works?
n
hiho, could you check if the mentioned adjustment from here fixes your problem: https://github.com/graphcool/http-link-dataloader/issues/3?
g
Thanks for your reply. I’ll have a look and report back
That fixed it 👍