Browse Source

fix(core): Add `bounded` as default value to jsdoc

David Höck 5 months ago
parent
commit
da49949130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/config/vendure-config.ts

+ 1 - 1
packages/core/src/config/vendure-config.ts

@@ -215,7 +215,7 @@ export interface ApiOptions {
      * Pass a [custom cache](https://www.apollographql.com/docs/apollo-server/performance/caching) for server-side caching to the Apollo server,
      * Pass a [custom cache](https://www.apollographql.com/docs/apollo-server/performance/caching) for server-side caching to the Apollo server,
      * which is the underlying GraphQL server used by Vendure.
      * which is the underlying GraphQL server used by Vendure.
      *
      *
-     * @default undefined
+     * @default 'bounded'
      * @since 3.5.0
      * @since 3.5.0
      */
      */
     cache?: KeyValueCache<string> | 'bounded';
     cache?: KeyValueCache<string> | 'bounded';