Hi guys I'm continuing my learning with apollo, gr...
# prisma-whats-new
d
Hi guys I'm continuing my learning with apollo, graphql etc and today I run in the problem of the mutation that doesn't update my results. I fixed my problem adding
fetchPolicy: 'network-only'
I would like to know if it's the right way to do