Hi,
I’m interested in moving some static publications to Apollo. One somewhat hidden advantage of using publications is that the server does not have to make a database call each time a new subscription to the same publication is made since it’s already cached server side.
Is there a way to cache data using Apollo server and if not, are there any other recommendations for simple server side caching?