SelectionCondition
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.