Function sudodb::create[][src]

pub fn create(
    object_type_store: &mut ObjectTypeStore,
    object_type_name: &str,
    id_option: Option<String>,
    inputs: &Vec<FieldInput>,
    selection_set: &SelectionSet,
    rng: &mut StdRng
) -> Result<Vec<JSONString>, Box<dyn Error>>