add_allowed_connection
mutationSeit v1.0Define an allowed connection pattern between node types for a relationship type. All three (relationship type, source node type, target node type) must already exist in the metamodel. Use get_metamodel to check existing types.
Beispielanfrage
{"relationship_type": "mitigates", "source_node_type": "Feature", "target_node_type": "Risk"}Beispielantwort
{"success": true, "operation_count": 1, "versions": [59]}