PageBulkPublish
Result of page bulk publish mutation.
type PageBulkPublish {
count: Int!
pageErrors: [PageError!]!
}
Fields
PageBulkPublish.count ● Int! non-null scalar
Number of pages updated.
PageBulkPublish.pageErrors ● [PageError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
pageBulkPublish mutation