AgreementDelete
Result of agreement delete mutation.
type AgreementDelete {
agreement: Agreement
agreementErrors: [AgreementError!]!
}
Fields
AgreementDelete.agreement ● Agreement object
The deleted agreement.
AgreementDelete.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementDelete mutation