Skip to main content

call_query

Function call_query 

Source
pub async fn call_query(
    node_ref: String,
    module_name: String,
    query_name: String,
    input: IntersticeValue,
) -> Result<(), IntersticeError>