Skip to main content

ClientEntry

Represents an a single client and the 'skipped' flag

type ClientEntry implements Entry {
client: Client!
skipped: Boolean!
}

Fields

ClientEntry.client ● Client! non-null object

The client included in this tour work item

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

ClientPoolEntry object