debitNoteBulkCreate
mutation
mutation {
debitNoteBulkCreate(companyId: Int!, data: DebitNoteBulkInsert!): [DebitNote]!
}Returns: [DebitNote]!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | DebitNoteBulkInsert! |
mutation {
debitNoteBulkCreate(companyId: Int!, data: DebitNoteBulkInsert!): [DebitNote]!
}Returns: [DebitNote]!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | DebitNoteBulkInsert! |