recurringAgreementCreate
mutation
Creates a recurring agreement
Creates a recurring agreement with the inserted data. Returns the created recurring agreement
mutation {
recurringAgreementCreate(companyId: Int!, data: RecurringAgreementInsert!, options: RecurringAgreementMutateOptions): RecurringAgreement!
}Returns: RecurringAgreement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | RecurringAgreementInsert! | |
options | RecurringAgreementMutateOptions |