pub fn evaluate_select_query(
    env: &mut Enviroment,
    repos: &[Repository],
    query: GQLQuery
) -> Result<EvaluationResult, String>