AgreementBulkPublish
Publish agreements.
type AgreementBulkPublish {
count: Int!
agreementErrors: [AgreementError!]!
}
Fields
AgreementBulkPublish.count ● Int! non-null scalar
Returns how many objects were affected.
AgreementBulkPublish.agreementErrors ● [AgreementError!]! non-null object
Returned By
agreementBulkPublish mutation