Order
No description
type Order {
_id: ObjectId!
load: Load!
route: Route!
reference: String!
status: EnumOrderStatus!
firstStop: MainStopInfo!
lastStop: MainStopInfo!
comment: String
loadingUnits: [OrderLoadingUnits!]
bulkProducts: [BulkProduct!]
contactPerson: ContactInfo
createdBy: ObjectId
type: OrderType
offerComment: String
events: Events!
assignment: OrderAssignment!
oldAssignment: OldOrderAssignment
isImported: Boolean
additionalDetails: [AdditionalField!]
createdAt: DateTime!
updatedAt: DateTime!
files: [File!]!
drivenRoute: OrderDrivenRoute
alerts: [Alert!]
}
Fields
Order._id ● ObjectId! non-null scalar
Order.load ● Load! non-null object
Order.route ● Route! non-null object
Order.reference ● String! non-null scalar
Order.status ● EnumOrderStatus! non-null enum
Order.firstStop ● MainStopInfo! non-null object
Contains the location and date information for the first stop in this order.
Order.lastStop ● MainStopInfo! non-null object
Contains the location and date information for the last stop in this order.
Order.comment ● String scalar
Order.loadingUnits ● [OrderLoadingUnits!] list object
Order.bulkProducts ● [BulkProduct!] list object
Order.contactPerson ● ContactInfo object
Order.createdBy ● ObjectId scalar
Order.type ● OrderType enum
Order.offerComment ● String scalar
Order.events ● Events! non-null object
Order.assignment ● OrderAssignment! non-null object
Order.oldAssignment ● OldOrderAssignment object
Order.isImported ● Boolean scalar
Order.additionalDetails ● [AdditionalField!] list object
Order.createdAt ● DateTime! non-null scalar
Order.updatedAt ● DateTime! non-null scalar
Order.files ● [File!]! non-null object
All accessible files on the order by the requesting user/driver or unauthenticated user via external links.