Skip to main content

GraphChild

Type Alias GraphChild 

Source
pub type GraphChild = (IncludeSpec, ResolvedEntity, Vec<HashMap<String, Value>>);
Expand description

A child group for CrudService::create_graph: the to-many include spec, the resolved child entity, and the list of child bodies to insert under it.