DriverTrackingChangedDetails
No description
type DriverTrackingChangedDetails implements Actors, WithDriverLocation {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
location: DriverLocation
timestamp: DateTime!
enabled: Boolean!
sourceId: ObjectId!
orderId: ObjectId
stopId: ObjectId
}
Fields
DriverTrackingChangedDetails.driverId ● ObjectId scalar
DriverTrackingChangedDetails.companyId ● ObjectId scalar
DriverTrackingChangedDetails.userId ● ObjectId scalar
DriverTrackingChangedDetails.user ● ContactInfo object
DriverTrackingChangedDetails.isSystemEvent ● Boolean! non-null scalar
DriverTrackingChangedDetails.actorType ● EnumActorType! non-null enum
DriverTrackingChangedDetails.location ● DriverLocation object
DriverTrackingChangedDetails.timestamp ● DateTime! non-null scalar
DriverTrackingChangedDetails.enabled ● Boolean! non-null scalar
DriverTrackingChangedDetails.sourceId ● ObjectId! non-null scalar
This is the orderId where the driver enabled/disabled tracking
DriverTrackingChangedDetails.orderId ● ObjectId scalar
DriverTrackingChangedDetails.stopId ● ObjectId scalar
Interfaces
Actors interface
WithDriverLocation interface
Implemented By
EventDetails union