Skip to main content

execute_facets

Function execute_facets 

Source
pub async fn execute_facets<C>(
    ctx: &C,
    outer_query: &SelectQuery,
    options: &QueryOptions,
) -> Result<BTreeMap<String, SmartList<Record>>, RuntimeError>
where C: TeaqlRuntime + ?Sized,