OrderDocumentDetails
No description
type OrderDocumentDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
sourceId: ObjectId!
orderFileType: FileType!
fileDetails: FileDetails!
stopRef: ObjectId
files: [EventFile!]!
}