Просмотр исходного кода

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

David Höck 4 месяцев назад
Родитель
Сommit
da49949130
1 измененных файлов с 1 добавлено и 1 удалено
  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,
      * which is the underlying GraphQL server used by Vendure.
      *
-     * @default undefined
+     * @default 'bounded'
      * @since 3.5.0
      */
     cache?: KeyValueCache<string> | 'bounded';