CollectionDelete
Result of collection delete mutation.
type CollectionDelete {
collection: Collection
productErrors: [ProductError!]!
}
Fields
CollectionDelete.collection ● Collection object
The deleted collection.
CollectionDelete.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
collectionDelete mutation