purchaseRecurringAgreementUpdate
mutation
Update a supplier recurring agreement
Update a supplier recurring agreement with the inserted data. Returns the updated supplier recurring agreement
mutation {
purchaseRecurringAgreementUpdate(companyId: Int!, data: PurchaseRecurringAgreementUpdate!, options: PurchaseRecurringAgreementMutateOptions): PurchaseRecurringAgreement!
}Returns: PurchaseRecurringAgreement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PurchaseRecurringAgreementUpdate! | |
options | PurchaseRecurringAgreementMutateOptions |