remove_allowed_connection
mutationSince v1.0Remove an allowed connection constraint, revoking permission for a relationship type to connect specific node type pairs. Applied immediately.
Example Request
{"relationship_type": "depends_on", "source_node_type": "Feature", "target_node_type": "Component"}Example Response
{"success": true, "operation_count": 1, "versions": [55]}