AgreementUpdate
Result of agreement update mutation.
type AgreementUpdate {
agreement: Agreement
agreementErrors: [AgreementError!]!
}
Fields
AgreementUpdate.agreement ● Agreement object
The updated agreement.
AgreementUpdate.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementUpdate mutation