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