CompanyOrderCustomerChangedDetails
No description
type CompanyOrderCustomerChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
sourceId: ObjectId!
customer: CostprofilesCustomer
previousCustomer: CostprofilesCustomer
}
Fields
CompanyOrderCustomerChangedDetails.driverId
● ObjectId
scalar
CompanyOrderCustomerChangedDetails.companyId
● ObjectId
scalar
CompanyOrderCustomerChangedDetails.userId
● ObjectId
scalar
CompanyOrderCustomerChangedDetails.user
● ContactInfo
object
CompanyOrderCustomerChangedDetails.sourceId
● ObjectId!
non-null scalar
This is the company order id
CompanyOrderCustomerChangedDetails.customer
● CostprofilesCustomer
object
CompanyOrderCustomerChangedDetails.previousCustomer
● CostprofilesCustomer
object
Interfaces
Actors
interface
Implemented By
EventDetails
union