Features
Docs
CLI
Benchmarks
Examples

© 2024 MoroJs

@morojs/moro


@morojs/moro / ComplexityEstimator

Type Alias: ComplexityEstimator()

ComplexityEstimator = (options) => number

Defined in: src/core/graphql/types.ts:238

GraphQL field complexity calculator

Parameters

options

args

Record<string, any>

childComplexity

number

field

any

type

any

Returns

number