Skip to main content

attributeValuesReorder

Reorder the values of an attribute.

attributeValuesReorder(
attributeId: ID!
moves: [ReorderInput!]!
): AttributeValuesReorder

Arguments

attributeValuesReorder.attributeId ● ID! non-null scalar

ID of an attribute.

attributeValuesReorder.moves ● [ReorderInput!]! non-null input

The list of reordering operations for given attribute values.

Type

AttributeValuesReorder object

Reorder the values of an attribute.

Was this page helpful?