@morojs/moro / DepthLimitOptions
Interface: DepthLimitOptions
Defined in: src/core/graphql/types.ts:258
GraphQL depth limit options
Properties
callback()?
optionalcallback: (obj) =>void
Defined in: src/core/graphql/types.ts:260
Parameters
obj
any
Returns
void
maxDepth
maxDepth:
number
Defined in: src/core/graphql/types.ts:259