ReorderInput
No description
input ReorderInput {
id: ID!
sortOrder: Int
}
Fields
ReorderInput.id ● ID! non-null scalar
The ID of the item to move.
ReorderInput.sortOrder ● Int scalar
The new relative sorting position of the item (from -inf to +inf). 1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged.
Member Of
attributeValuesReorder mutation ● productReorderVariants mutation ● productTypeReorderAttributes mutation