pub fn mutation_ref(
service: Arc<DataConnectService>,
operation_name: impl Into<String>,
variables: Value,
) -> MutationRefExpand description
Constructs a mutation reference for the specified operation name and variables.
pub fn mutation_ref(
service: Arc<DataConnectService>,
operation_name: impl Into<String>,
variables: Value,
) -> MutationRefConstructs a mutation reference for the specified operation name and variables.