CompanyOrderDispatcherChangedDetails
No description
type CompanyOrderDispatcherChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
sourceId: ObjectId!
dispatcher: ContactInfo
previousDispatcher: ContactInfo
}
Fields
CompanyOrderDispatcherChangedDetails.driverId
● ObjectId
scalar
CompanyOrderDispatcherChangedDetails.companyId
● ObjectId
scalar
CompanyOrderDispatcherChangedDetails.userId
● ObjectId
scalar
CompanyOrderDispatcherChangedDetails.user
● ContactInfo
object
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