Home > @infiniteobjects/shopify-data-manager > AdminTypes > MoveInput
The input fields for a single move of an object to a specific position in a set, using a zero-based index.
Signature:
export interface MoveInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘input’] | The ID of the object to be moved. | |
| newPosition | Scalars[‘UnsignedInt64’][‘input’] | The new position of the object in the set. |