Hi guys! really need help with caching. I trying u...
# orm-help
n
Hi guys! really need help with caching. I trying use graphql-yoga and just setup cacheControl but... that look like not work... or maybe i'm not understand some
h
Hi, 👋 Ya it is a option for apollo-engine to inform it about cache header, you can check apollo engine docs, not really manged by yoga
Most options there are apollo server specific so it is always worth to look up apollo server docs while using yoga a yoga is just a wrapper on top of apollo server
Also you can configure store while creating your apollo server instance, you can see in this example how to make apollo engine work in yoga https://github.com/prisma/graphql-yoga/tree/master/examples/apollo-engine