StopImportInput
No description
input StopImportInput {
location: LocationImportInput!
address: ObjectId
operationType: EnumOperationType
comment: String
date: FromToDateInput
time: FromToTimeInput
waitingTime: Float
}
Fields
StopImportInput.location
● LocationImportInput!
non-null input
Detailed location data of the stop.
StopImportInput.address
● ObjectId
scalar
References a saved address using its _id field. Has to be a valid ObjectId.
StopImportInput.operationType
● EnumOperationType
enum
StopImportInput.comment
● String
scalar
Additional information that could be useful to the driver or dispatcher when processing this stop.
StopImportInput.date
● FromToDateInput
input
The date range when the stop should be executed.
StopImportInput.time
● FromToTimeInput
input
The time window when the driver should be at the stop location.
StopImportInput.waitingTime
● Float
scalar
The time the driver will spend at the stop location, waiting for the operation specified in operationType (such as loading or unloading).