Skip to main content
Version: 1.x

ComplexityErrorKind

Types of complexity validation errors that can occur during query analysis.

Enumeration Members

Enumeration MemberValueDescription

Breadth

"BreadthExceeded"

Query exceeds maximum allowed breadth (fields per level)

Complexity

"ComplexityExceeded"

Query exceeds total complexity score limit

Depth

"DepthExceeded"

Query exceeds maximum allowed depth