CompanyOrderDispatcherChangedDetails
No description
type CompanyOrderDispatcherChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
sourceId: ObjectId!
dispatcher: ContactInfo
previousDispatcher: ContactInfo
}
Fields
CompanyOrderDispatcherChangedDetails.driverId ● ObjectId scalar
CompanyOrderDispatcherChangedDetails.companyId ● ObjectId scalar
CompanyOrderDispatcherChangedDetails.userId ● ObjectId scalar
CompanyOrderDispatcherChangedDetails.user ● ContactInfo object
CompanyOrderDispatcherChangedDetails.isSystemEvent ● Boolean! non-null scalar
CompanyOrderDispatcherChangedDetails.actorType ● EnumActorType! non-null enum
CompanyOrderDispatcherChangedDetails.sourceId ● ObjectId! non-null scalar
This is the company order id
CompanyOrderDispatcherChangedDetails.dispatcher ● ContactInfo object
CompanyOrderDispatcherChangedDetails.previousDispatcher ● ContactInfo object
Interfaces
Actors interface
Implemented By
EventDetails union