waybillUpdate
mutation
Update waybill
Modifies a draft waybill's details. Only draft waybills can be updated. Returns the updated waybill.
mutation {
waybillUpdate(companyId: Int!, data: WaybillUpdate!, options: WaybillMutateOptions): Waybill!
}Returns: Waybill!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | WaybillUpdate! | |
options | WaybillMutateOptions |