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