pub async fn run_query(
    conn: &mut IndexerConnection,
    query: String
) -> Result<JsonValue>
Expand description

Run an arbitrary query and fetch all results.

Note that if the results of the query can’t be converted to JsonValue, this function will return an empty results set.