Skip to main content

move_relationship

Function move_relationship 

Source
pub fn move_relationship(
    db_context: &DbContext,
    event_hub: &Arc<EventHub>,
    id: &EntityId,
    field: &RootRelationshipField,
    ids_to_move: &[EntityId],
    new_index: i32,
) -> Result<Vec<EntityId>>