TrackEventStatus
Represents the status of a tracking event.
type TrackEventStatus {
code: TrackEventStatusCode!
name: String
}
Fields
TrackEventStatus.code
● TrackEventStatusCode!
non-null enum
The general status of the tracking event.
TrackEventStatus.name
● String
scalar
The name of the tracking event.
Member Of
TrackEvent
object