Skip to main content

StopStatusDetails

No description

type StopStatusDetails implements Actors, WithDriverLocation {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
location: DriverLocation
sourceId: ObjectId!
orderId: ObjectId!
stopStatus: EnumStopStatus!
previousStopStatus: EnumStopStatus
statusUpdateComment: String
files: [EventFile!]
}

Fields

StopStatusDetails.driverId ● ObjectId scalar

StopStatusDetails.companyId ● ObjectId scalar

StopStatusDetails.userId ● ObjectId scalar

StopStatusDetails.user ● ContactInfo object

StopStatusDetails.location ● DriverLocation object

StopStatusDetails.sourceId ● ObjectId! non-null scalar

StopStatusDetails.orderId ● ObjectId! non-null scalar

StopStatusDetails.stopStatus ● EnumStopStatus! non-null enum

StopStatusDetails.previousStopStatus ● EnumStopStatus enum

The stop status before the change was made.

StopStatusDetails.statusUpdateComment ● String scalar

StopStatusDetails.files ● [EventFile!] list object

Interfaces

Actors interface

WithDriverLocation interface

Implemented By

EventDetails union