productTypeReorderAttributes Mutation
Reorder the attributes of a product type.
productTypeReorderAttributes(
moves: [ReorderInput!]!
productTypeId: ID!
type: ProductAttributeType!
): ProductTypeReorderAttributes
Arguments
productTypeReorderAttributes.moves ● [ReorderInput!]! non-null input miscellaneous
The list of attribute reordering operations.
productTypeReorderAttributes.productTypeId ● ID! non-null scalar miscellaneous
ID of a product type.
productTypeReorderAttributes.type ● ProductAttributeType! non-null enum products
The attribute type to reorder.
Type
ProductTypeReorderAttributes object products
Reorder the attributes of a product type.