pub fn use_mutation(model: &'static str) -> BoundMutationsExpand description
Returns create/update/delete mutation handles with model pre-bound.
§Panics
Panics if use_adapter_config! has not been called at the app root.
pub fn use_mutation(model: &'static str) -> BoundMutationsReturns create/update/delete mutation handles with model pre-bound.
Panics if use_adapter_config! has not been called at the app root.