This mutation allows the creation of invoices for a given lot. This can be called by an organization admin.
Arguments
Name | Type | Description | Required |
---|---|---|---|
| UUID1 | The organization ID. | Yes |
| UUID1 | The lot ID. | Yes |
Returns
Name | Type | Description |
---|---|---|
Object | Contains all the information from |
Mutation Schema
type mutation{
createAuctionLotInvoice(orgID: UUID1! lotID: UUID1!): InvoiceDetails!
}