diff --git a/packages/plugins/graphql/server/bootstrap.js b/packages/plugins/graphql/server/bootstrap.js index 474baecbd2..a7507fc569 100644 --- a/packages/plugins/graphql/server/bootstrap.js +++ b/packages/plugins/graphql/server/bootstrap.js @@ -62,7 +62,6 @@ module.exports = async ({ strapi }) => { : ApolloServerPluginLandingPageGraphQLPlayground(), ], - // Required from version 3.9 https://www.apollographql.com/docs/apollo-server/performance/cache-backends/ cache: 'bounded' };