Skip to main content

use_mutation

Function use_mutation 

Source
pub fn use_mutation(model: &'static str) -> BoundMutations
Expand 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.