CollectionReorderProducts
Reorder the products of a collection.
type CollectionReorderProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
CollectionReorderProducts.collection
● Collection
object products
Collection from which products are reordered.
CollectionReorderProducts.collectionErrors
● [CollectionError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CollectionReorderProducts.errors
● [CollectionError!]!
non-null object products
Returned By
collectionReorderProducts
mutation