Remove unnecessary comment

This commit is contained in:
ihmpavel 2022-07-18 19:28:59 +02:00 committed by GitHub
parent fd54a71f37
commit b67d9770fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
};