Function execute_query

Source
pub async fn execute_query(token: &str, query: &str, vars: Vars) -> GGResponse
Expand description

Execute a query.

When given a token, query, and a set of variables, this function will execute a query and return a deserialized object.