Skip to main content

TourEntry

Represents a single tour entry

interface TourEntry {
description: String
estimatedEnd: Time
estimatedStart: Time
id: TourEntryID!
location: Geolocation
referenceValue: Int!
timeOfDay: TimeOfDayType!
tour: TargetTour!
}

Fields

TourEntry.description ● String scalar

Optional description made by a PDL.

TourEntry.estimatedEnd ● Time scalar

Estimated end time

TourEntry.estimatedStart ● Time scalar

Estimated start time

TourEntry.id ● TourEntryID! non-null scalar

The unique identifier

TourEntry.location ● Geolocation object

The location of this entry

TourEntry.referenceValue ● Int! non-null scalar

Reference value of the Benefit in minutes, up to 3 digits. Shows the average execution time of the Benefit

TourEntry.timeOfDay ● TimeOfDayType! non-null enum

The time of the day this work item is planned for.

TourEntry.tour ● TargetTour! non-null object

The tour this work item belongs to.

Returned By

tourEntry query

Member Of

ActivityWorkItem object ● ClientPoolWorkItem object ● SingleClientWorkItem object ● TargetTour object ● TourWorkItem interface

Implemented By

ActivityEntry object ● ClientPoolEntry object ● SingleClientEntry object