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.
pub async fn query<T: EdgedbSetValue, Args: EdgedbQueryArgs + Send>(
client: &Client,
q: &str,
args: Args,
) -> Result<T>Entry-point for querying EdgedbObjects of arbitrary cardinality.