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!
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!
changeStopStatus.comment ● String scalarchangeStopStatus.files ● [OrderFilesInput!] list inputchangeStopStatus.status ● EnumStopStatus! non-null enumchangeStopStatus.stopId ● ObjectId! non-null scalarStop object