Skip to main content

run_mutation

Function run_mutation 

Source
pub async fn run_mutation(
    ctx: &ServiceContext,
    mutation: &str,
    staged_upload_path: &str,
    client_identifier: Option<&str>,
) -> Result<RunMutationResp, APIError>