Selected nodes for partial export
| 16 | |
| 17 | |
| 18 | class NodeSelection(BaseModel): |
| 19 | """Selected nodes for partial export""" |
| 20 | |
| 21 | selected_nodes: List[str] = [] |
| 22 | include_relationships: bool = True |
| 23 | custom_names: Dict[str, str] = {} |
nothing calls this directly
no outgoing calls
no test coverage detected