documentDelete
mutation
mutation {
documentDelete(companyId: Int!, documentId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | [Int!]! |
mutation {
documentDelete(companyId: Int!, documentId: [Int!]!): DeletionError!
}Returns: DeletionError!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | [Int!]! |