pub async fn query_all_proposals(
    pool: &DbConnectionPool,
    voting_group: String
) -> Result<Vec<FullProposalInfo>, HandleError>