run_query

Function run_query 

Source
pub async fn run_query<T: EdgedbComposableQuery>(
    client: &Client,
    args: T::ArgTypes,
) -> Result<T::ReturnType>
Expand description

use this to run an EdgedbComposableQuery