Skip to main content

CompanyOrderTrailerChangedDetails

No description

type CompanyOrderTrailerChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
sourceId: ObjectId!
trailer: CostprofilesTrailer
previousTrailer: CostprofilesTrailer
}

Fields

CompanyOrderTrailerChangedDetails.driverId ● ObjectId scalar

CompanyOrderTrailerChangedDetails.companyId ● ObjectId scalar

CompanyOrderTrailerChangedDetails.userId ● ObjectId scalar

CompanyOrderTrailerChangedDetails.user ● ContactInfo object

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