pub async fn find_by_seed_id(
    seed_id: i32,
    app_data: &Data<AppDataInner>
) -> Result<Vec<PlantingDto>, ServiceError>
Expand description

Get all plantings that have a specific seed id. Also returns a plantings map id.

Errors

If the connection to the database could not be established.