SelectionCondition

data class SelectionCondition(val mayBeAbsent: Boolean = false)(source)

Represents a condition that controls whether a selection is included in the response, derived from @include and @skip directives on fields or fragment spreads.

Parameters

mayBeAbsent

When true, the selection may be absent from the response (conditionally included or skipped). When false, the selection is unconditionally present.

Constructors

Link copied to clipboard
constructor(mayBeAbsent: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard