Skip to main content

ChangeRequestStop

No description

type ChangeRequestStop {
_id: ObjectId!
location: Location!
operationType: EnumOperationType
comment: String
date: FromToDate
time: FromToTime
waitingTimeMinutes: Float
address: Address
}

Fields

ChangeRequestStop._id ● ObjectId! non-null scalar

ChangeRequestStop.location ● Location! non-null object

ChangeRequestStop.operationType ● EnumOperationType enum

ChangeRequestStop.comment ● String scalar

ChangeRequestStop.date ● FromToDate object

ChangeRequestStop.time ● FromToTime object

ChangeRequestStop.waitingTimeMinutes ● Float scalar

waiting time at the stop (in minutes).

ChangeRequestStop.address ● Address object