Skip to main content

BenefitEntry

Represents an a single benefit and the 'skipped' flag

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

Fields

BenefitEntry.benefit ● Benefit! non-null interface

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