Skip to main content

CompanyOrderPartnerChangedDetails

No description

type CompanyOrderPartnerChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
sourceId: ObjectId!
partner: CostprofilesSubcontractor
previousPartner: CostprofilesSubcontractor
}

Fields

CompanyOrderPartnerChangedDetails.driverId ● ObjectId scalar

CompanyOrderPartnerChangedDetails.companyId ● ObjectId scalar

CompanyOrderPartnerChangedDetails.userId ● ObjectId scalar

CompanyOrderPartnerChangedDetails.user ● ContactInfo object

CompanyOrderPartnerChangedDetails.sourceId ● ObjectId! non-null scalar

This is the company order id

CompanyOrderPartnerChangedDetails.partner ● CostprofilesSubcontractor object

CompanyOrderPartnerChangedDetails.previousPartner ● CostprofilesSubcontractor object

Interfaces

Actors interface

Implemented By

EventDetails union