NoSelections

A marker object that defines a SelectionSet for a type that does not support selections. NoSelections can be used in places where a SelectionSet is required but cannot be defined.

Properties

Link copied to clipboard

the type condition of this SelectionSet

Functions

Link copied to clipboard
open override fun <U : CompositeOutput.NotComposite> contains(field: Field<U>): Boolean

Returns true if this SelectionSet includes the provided Field.

Link copied to clipboard
open override fun isEmpty(): Boolean

Returns true if this SelectionSet contains no fields for any valid type projection.

Link copied to clipboard
open override fun <U : CompositeOutput.NotComposite> requestsType(type: Type<U>): Boolean

Returns true if the provided type is requested in this SelectionSet.

Link copied to clipboard

Return a SelectionSet describing the selections at the provided field. If the current SelectionSet does not include the provided field, then an empty SelectionSet will be returned.

Return a SelectionSet that is a projection of the selections on the provided type. The returned SelectionSet may include fields that are selected on a parent interface or union -- if you need to know if a projected SelectionSet contains non-inherited selections for a type, see requestsType