SendContractReminderInput
No description
input SendContractReminderInput {
reminders: [ReminderRecipientInput!]!
rentalContractId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| reminders | [ReminderRecipientInput!]! non-null input | — |
| rentalContractId | UUID! non-null scalar | Rental contract ID. sendContractReminder |