serviceSheetDraftable
mutation
Revert service sheet to draft
Converts a finalized service sheet back to draft status. Returns the updated document.
mutation {
serviceSheetDraftable(companyId: Int!, documentId: Int!): ServiceSheet!
}Returns: ServiceSheet!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |