Alert
No description
type Alert {
_id: ObjectId!
driver: ObjectId!
order: ObjectId
stop: ObjectId
isResolved: Boolean!
alertType: EnumAlertType!
priority: EnumAlertPriority!
}
Fields
Alert._id ● ObjectId! non-null scalar
Alert.driver ● ObjectId! non-null scalar
Alert.order ● ObjectId scalar
Alert.stop ● ObjectId scalar
Alert.isResolved ● Boolean! non-null scalar
Specifies if alert was resolved by the user. If the alert was resolved it will not show up for the same stop.