mutation_ref

Function mutation_ref 

Source
pub fn mutation_ref(
    service: Arc<DataConnectService>,
    operation_name: impl Into<String>,
    variables: Value,
) -> MutationRef
Expand description

Constructs a mutation reference for the specified operation name and variables.