Skip to main content

BenefitEntry

Represents an a single benefit and the 'skipped' flag

type BenefitEntry implements Entry {
benefit: BenefitPosition!
skipped: Boolean!
}

Fields

BenefitEntry.benefit ● BenefitPosition! non-null object

The benefit included in this tour work item

BenefitEntry.skipped ● Boolean! non-null scalar

If true, this tour work item should be skipped.

Interfaces

Entry interface

Represents an entry that can be skipped

Member Of

SingleClientEntry object