CollectionBulkPublish
Result of collection bulk publish mutation.
type CollectionBulkPublish {
count: Int!
productErrors: [ProductError!]!
}
Fields
CollectionBulkPublish.count ● Int! non-null scalar
Number of collections published/unpublished.
CollectionBulkPublish.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
collectionBulkPublish mutation