Type StopStatusDetails
No description
type StopStatusDetails implements Actors, WithDriverLocation {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
location: DriverLocation
sourceId: ObjectId!
orderId: ObjectId!
stopStatus: EnumStopStatus!
previousStopStatus: EnumStopStatus
statusUpdateComment: String
files: [EventFile!]
bulkProducts: [EventBulkPorducts!]
}