const server = new ApolloServer({
  typeDefs: schema.typeDefs,
  resolvers: schema.resolvers,
  cache: redisCachePool,
  /* other fields */
 })