ChangeRequestStop
No description
type ChangeRequestStop {
_id: ObjectId!
location: Location!
operationType: EnumOperationType
comment: String
date: FromToDate
time: FromToTime
additionalTimeWindows: [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.additionalTimeWindows ● [FromToTime!] list object
ChangeRequestStop.waitingTimeMinutes ● Float scalar
waiting time at the stop (in minutes).