AgreementBulkDelete
Result of agreement bulk delete mutation.
type AgreementBulkDelete {
count: Int!
agreementErrors: [AgreementError!]!
}
Fields
AgreementBulkDelete.count ● Int! non-null scalar
Number of agreements deleted.
AgreementBulkDelete.agreementErrors ● [AgreementError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
agreementBulkDelete mutation