mutation MoveUserCollection($destCollectionID: ID, $userCollectionID: ID!) { moveUserCollection( destCollectionID: $destCollectionID userCollectionID: $userCollectionID ) { id } }