CompanyOrderTrailerChangedDetails
No description
type CompanyOrderTrailerChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
sourceId: ObjectId!
trailer: CostprofilesTrailer
previousTrailer: CostprofilesTrailer
}
Fields
CompanyOrderTrailerChangedDetails.driverId ● ObjectId scalar
CompanyOrderTrailerChangedDetails.companyId ● ObjectId scalar
CompanyOrderTrailerChangedDetails.userId ● ObjectId scalar
CompanyOrderTrailerChangedDetails.user ● ContactInfo object
CompanyOrderTrailerChangedDetails.isSystemEvent ● Boolean! non-null scalar
CompanyOrderTrailerChangedDetails.actorType ● EnumActorType! non-null enum
CompanyOrderTrailerChangedDetails.sourceId ● ObjectId! non-null scalar
This is the company order id
CompanyOrderTrailerChangedDetails.trailer ● CostprofilesTrailer object
CompanyOrderTrailerChangedDetails.previousTrailer ● CostprofilesTrailer object
Interfaces
Actors interface
Implemented By
EventDetails union