Skip to main content
Version: 3.x

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

attributeReorderValues mutation ● channelReorderWarehouses mutation ● pageReorderAttributeValues mutation ● pageTypeReorderAttributes mutation ● productReorderAttributeValues mutation ● productTypeReorderAttributes mutation ● productVariantReorder mutation ● productVariantReorderAttributeValues mutation


Was this page helpful?