InvoiceCreate
Result of invoice create mutation.
type InvoiceCreate {
invoice: Invoice
invoiceErrors: [InvoiceError!]!
}
Fields
InvoiceCreate.invoice ● Invoice object
The created invoice.
InvoiceCreate.invoiceErrors ● [InvoiceError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
invoiceCreate mutation