# MoveInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a single move of an object to a specific position in a set, using a zero-based index. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the object to be moved. * [newPosition](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The new position of the object in the set. ## Input objects with this input object * [collectionReorderProducts](/docs/api/admin-graphql/2024-10/mutations/collectionReorderProducts) * [productReorderMedia](/docs/api/admin-graphql/2024-10/mutations/productReorderMedia) ## Examples