CreateRentInvoiceInput
No description
input CreateRentInvoiceInput {
clientId: ClientID!
month: Date!
}
Fields
CreateRentInvoiceInput.clientId ● ClientID! non-null scalar
The client to be billed.
CreateRentInvoiceInput.month ● Date! non-null scalar
The month to be billed.
Member Of
createRentInvoice mutation