Cache Database Requests Across GraphQL Resolvers

InstructorJacob Paris

Share this video with your friends

Send Tweet

We're going to build a cache that sits between the GraphQL resolvers and the database and ensures we only have to fetch each user once, while later requests for the same users will return them from the cache immediately