DriverConnectivityChangedDetails
No description
type DriverConnectivityChangedDetails implements Actors, WithDriverLocation {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
location: DriverLocation
timestamp: DateTime!
connected: Boolean!
sourceId: ObjectId!
orderId: ObjectId
}
Fields
DriverConnectivityChangedDetails.driverId ● ObjectId scalar
DriverConnectivityChangedDetails.companyId ● ObjectId scalar
DriverConnectivityChangedDetails.userId ● ObjectId scalar
DriverConnectivityChangedDetails.user ● ContactInfo object
DriverConnectivityChangedDetails.isSystemEvent ● Boolean! non-null scalar
DriverConnectivityChangedDetails.actorType ● EnumActorType! non-null enum
DriverConnectivityChangedDetails.location ● DriverLocation object
DriverConnectivityChangedDetails.timestamp ● DateTime! non-null scalar
DriverConnectivityChangedDetails.connected ● Boolean! non-null scalar
DriverConnectivityChangedDetails.sourceId ● ObjectId! non-null scalar
This is the orderId for the driver assigned when the connection (lost/restored)
DriverConnectivityChangedDetails.orderId ● ObjectId scalar
Interfaces
Actors interface
WithDriverLocation interface
Implemented By
EventDetails union