UpdateInvoiceLinesInput
Provides the fields and values to use when updating an invoice and handling its lines.
input UpdateInvoiceLinesInput {
create: [CreateInvoiceLineInput!]
update: [UpdateInvoiceLineInput!]
delete: [ID!]
}
Fields
UpdateInvoiceLinesInput.create ● [CreateInvoiceLineInput!] list input
Create a new invoice line.
UpdateInvoiceLinesInput.update ● [UpdateInvoiceLineInput!] list input
Update an existing line.
UpdateInvoiceLinesInput.delete ● [ID!] list scalar
Remove an existing line.
Member Of
UpdateInvoiceInput input