InvoiceCreateInput
No description
input InvoiceCreateInput {
number: String!
url: String!
}
Fields
InvoiceCreateInput.number ● String! non-null scalar
Invoice number.
InvoiceCreateInput.url ● String! non-null scalar
URL of an invoice to download.
Member Of
invoiceCreate mutation