productTypeReorderAttributes
Reorder product type attributes.
productTypeReorderAttributes(
productTypeId: ID!
moves: [ReorderInput!]!
type: AttributeTypeEnum!
): ProductTypeReorderAttributes!
Arguments
productTypeReorderAttributes.productTypeId ● ID! non-null scalar
productTypeReorderAttributes.moves ● [ReorderInput!]! non-null input
productTypeReorderAttributes.type ● AttributeTypeEnum! non-null enum
Type
ProductTypeReorderAttributes object
Result of product type reorder attributes mutation.