🚨 Announcing Vendure v2 Beta

defaultVendureComplexityEstimator

defaultVendureComplexityEstimator

A complexity estimator which takes into account List and PaginatedList types and can be further configured by providing a customComplexityFactors object.

When selecting PaginatedList types, the “take” argument is used to estimate a complexity factor. If the “take” argument is omitted, a default factor of 1000 is applied.

Signature

function defaultVendureComplexityEstimator(customComplexityFactors: { [path: string]: number }, logFieldScores: boolean): void

Parameters

customComplexityFactors

parameter
type:
{ [path: string]: number }

logFieldScores

parameter
type:
boolean