CollectionUpdate
Result of collection update mutation.
type CollectionUpdate {
collection: Collection
productErrors: [ProductError!]!
}
Fields
CollectionUpdate.collection ● Collection object
The updated collection.
CollectionUpdate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
collectionUpdate mutation