Hi, does `graphql-yoga` do somekind of query cachi...
# prisma-whats-new
p
Hi, does
graphql-yoga
do somekind of query caching when used with Prisma? When I delete some data in playground from
db
I still get it to my client app until I restart server 😕
a
Yeah, there is an open issue in the underlying fetching mechanism: https://github.com/graphcool/http-link-dataloader/issues/3
p
thanks, will take a look
👍 2