recurringAgreementUpdate
mutation
Update a recurring agreement
Update a recurring agreement with the inserted data. Returns the updated recurring agreement
mutation {
recurringAgreementUpdate(companyId: Int!, data: RecurringAgreementUpdate!, options: RecurringAgreementMutateOptions): RecurringAgreement!
}Returns: RecurringAgreement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | RecurringAgreementUpdate! | |
options | RecurringAgreementMutateOptions |