Skip to main content

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!]
}

Fields​

StopStatusDetails.driverId ● ObjectId scalar​

StopStatusDetails.companyId ● ObjectId scalar​

StopStatusDetails.userId ● ObjectId scalar​

StopStatusDetails.user ● ContactInfo object​

StopStatusDetails.isSystemEvent ● Boolean! non-null scalar​

StopStatusDetails.actorType ● EnumActorType! non-null enum​

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​

StopStatusDetails.bulkProducts ● [EventBulkPorducts!] list object​

Interfaces​

Actors interface​

WithDriverLocation interface​

Implemented By​

EventDetails union