pub async fn query<T: EdgedbSetValue, Args: EdgedbQueryArgs + Send>(
client: &Client,
q: &str,
args: Args,
) -> Result<T>
Expand description
Entry-point for querying EdgedbObject
s of arbitrary cardinality.
pub async fn query<T: EdgedbSetValue, Args: EdgedbQueryArgs + Send>(
client: &Client,
q: &str,
args: Args,
) -> Result<T>
Entry-point for querying EdgedbObject
s of arbitrary cardinality.