attributeReorderValues
Reorder the values of an attribute.
attributeReorderValues(
attributeId: ID!
moves: [ReorderInput!]!
): AttributeReorderValues
Arguments
attributeReorderValues.attributeId ● ID! non-null scalar
ID of an attribute.
attributeReorderValues.moves ● [ReorderInput!]! non-null input
The list of reordering operations for given attribute values.
Type
AttributeReorderValues object
Reorder the values of an attribute.
Was this page helpful?