Function run_query

Source
pub fn run_query(
    endpoint: &str,
    token: &str,
    to_run: &str,
) -> Result<HogQLQueryResult, Error>