ReorderInput
No description
input ReorderInput {
id: ID!
sortOrder: Int
}
Fields
ReorderInput.id
● ID!
non-null scalar miscellaneous
The ID of the item to move.
ReorderInput.sortOrder
● Int
scalar miscellaneous
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