Skip to main content

Interface: PotentialN1Warning

Defined in: types/graphql.types.ts:40

Potential N+1 query warning

Properties​

count​

count: number

Defined in: types/graphql.types.ts:46

Number of times this resolver was called


field​

field: string

Defined in: types/graphql.types.ts:42

The field that may have N+1 issues


parentType​

parentType: string

Defined in: types/graphql.types.ts:44

The parent type of the field


suggestion​

suggestion: string

Defined in: types/graphql.types.ts:48

Suggestion for fixing the N+1 issue