Function sudodb::update[][src]

pub fn update(
    object_type_store: &mut ObjectTypeStore,
    object_type_name: &str,
    id: &str,
    inputs: &Vec<FieldInput>,
    selection_set: &SelectionSet
) -> Result<Vec<JSONString>, Box<dyn Error>>