mirror of
https://github.com/strapi/strapi.git
synced 2025-12-14 00:29:32 +00:00
Remove unnecessary comment
This commit is contained in:
parent
fd54a71f37
commit
b67d9770fb
1
packages/plugins/graphql/server/bootstrap.js
vendored
1
packages/plugins/graphql/server/bootstrap.js
vendored
@ -62,7 +62,6 @@ module.exports = async ({ strapi }) => {
|
|||||||
: ApolloServerPluginLandingPageGraphQLPlayground(),
|
: ApolloServerPluginLandingPageGraphQLPlayground(),
|
||||||
],
|
],
|
||||||
|
|
||||||
// Required from version 3.9 https://www.apollographql.com/docs/apollo-server/performance/cache-backends/
|
|
||||||
cache: 'bounded'
|
cache: 'bounded'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user