Function gitql_engine::engine_function::select_gql_objects
source · pub fn select_gql_objects(
repo: &Repository,
table: String,
fields_names: &Vec<String>,
fields_values: &Vec<Box<dyn Expression>>,
alias_table: &HashMap<String, String>
) -> Vec<GQLObject>