recurringAgreementNullify
mutation
Nullify recurring agreement
Nullifies the recurring agreement
mutation {
recurringAgreementNullify(companyId: Int!, documentId: Int!, nullifiedReason: String): RecurringAgreement!
}Returns: RecurringAgreement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
nullifiedReason | String |