updateInvoice
Updates an invoice.
Arguments
Argument | Description |
---|---|
input (UpdateInvoiceInput!) | Parameters for UpdateInvoice |
UpdateInvoiceInput Arguments
Argument | Description |
---|---|
id (ID!) | ID of the invoice to update. |
externalUrl (String) | An external invoice URL to replace the default invoice. |
Return fields
errors ([ModelValidationError!]!)
invoice (Invoice)
Last updated