MarkEventInvoicesAsExportedInput
Defines the input for marking invoices as exported in an event.
When an invoice is marked as exported, the exportedAt
field is populated with the current UTC date. This helps track processing of invoices when integrated with another system.
input MarkEventInvoicesAsExportedInput {
eventId: ID!
invoiceIds: [String!]!
}