FragmentCycle

class FragmentCycle(val message: String, val sourceLocation: SourceLocation?) : GraphQLValidationIssue

There is a fragment cycle.

See https://spec.graphql.org/September2025/#sec-Fragment-Spreads-Must-Not-Form-Cycles

Constructors

Link copied to clipboard
constructor(message: String, sourceLocation: SourceLocation?)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val sourceLocation: SourceLocation?