pub async fn run_query<T: EdgedbComposableQuery>(
client: &Client,
args: T::ArgTypes,
) -> Result<T::ReturnType>Expand description
use this to run an EdgedbComposableQuery
pub async fn run_query<T: EdgedbComposableQuery>(
client: &Client,
args: T::ArgTypes,
) -> Result<T::ReturnType>use this to run an EdgedbComposableQuery