|
|
@@ -83,9 +83,9 @@ import { HardenPluginOptions } from './types';
|
|
|
* The complexity score is calculated by the [graphql-query-complexity library](https://www.npmjs.com/package/graphql-query-complexity),
|
|
|
* and by default uses the {@link defaultVendureComplexityEstimator}, which is tuned specifically to the Vendure Shop API.
|
|
|
*
|
|
|
- * {{% alert "warning" %}}
|
|
|
+ * :::caution
|
|
|
* Note: By default, if the "take" argument is omitted from a list query (e.g. the `products` or `collections` query), a default factor of 1000 is applied.
|
|
|
- * {{% /alert %}}
|
|
|
+ * :::
|
|
|
*
|
|
|
* The optimal max complexity score will vary depending on:
|
|
|
*
|