waybillDraftable
mutation
Revert waybill to draft
Converts a finalized waybill back to draft status. Returns the updated waybill.
mutation {
waybillDraftable(companyId: Int!, documentId: Int!): Waybill!
}Returns: Waybill!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |