changeStopStatus
Changes stop status and upload files attached with status changes, it can be used either from the driver or user.
changeStopStatus(
bulkProducts: [BulkProductQuantityUpdateInput!]
comment: String
files: [OrderFilesInput!]
status: EnumStopStatus!
stopId: ObjectId!
): Stop!