Function query

Source
pub async fn query<T: EdgedbSetValue, Args: EdgedbQueryArgs + Send>(
    client: &Client,
    q: &str,
    args: Args,
) -> Result<T>
Expand description

Entry-point for querying EdgedbObjects of arbitrary cardinality.