productTypeReorderAttributes Mutation
Reorder the attributes of a product type.
productTypeReorderAttributes(
moves: [ReorderInput!]!
productTypeId: ID!
type: ProductAttributeType!
): ProductTypeReorderAttributes
Show return type
Arguments
moves ● [ReorderInput!]!
The list of attribute reordering operations.
productTypeId ● ID!
ID of a product type.
type ● ProductAttributeType!
The attribute type to reorder.
Type
ProductTypeReorderAttributes
Reorder the attributes of a product type.